RawIFD2Package
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class RawIFD2Package extends RawDictionaryBasePackage
Represents IFD1 tags.
| Method | Description |
|---|---|
| getImageWidth() | Gets the image width. |
| getImageHeight() | Gets the image height. |
| getBitsPerSample() | Gets the image BitsPerSample. |
| getCompression() | Gets the image Compression. |
| getPhotometricInterpretation() | Gets the image PhotometricInterpretation. |
| getStripOffset() | Gets the image StripOffset. |
| getSamplesPerPixel() | Gets the SamplesPerPixel. |
| getRowPerStrip() | Gets the RowPerStrip. |
| getStripByteCounts() | Gets the StripByteCounts. |
| getPlanarConfiguration() | Gets the PlanarConfiguration. |
| getUnknown1() | Gets the Unknown1. |
| getUnknown2() | Gets the Unknown2. |
| getUnknown3() | Gets the Unknown3. |
public final int getImageWidth()
Gets the image width.
Returns: int - The image width.
public final int getImageHeight()
Gets the image height.
Returns: int - The image height.
public final int[] getBitsPerSample()
Gets the image BitsPerSample.
Returns: int[] - The image BitsPerSample.
public final int getCompression()
Gets the image Compression.
Returns: int - The image Compression.
public final int getPhotometricInterpretation()
Gets the image PhotometricInterpretation.
Returns: int - The image PhotometricInterpretation.
public final long getStripOffset()
Gets the image StripOffset.
Returns: long - The image StripOffset.
public final int getSamplesPerPixel()
Gets the SamplesPerPixel.
Returns: int - The SamplesPerPixel.
public final int getRowPerStrip()
Gets the RowPerStrip.
Returns: int - The RowPerStrip.
public final long getStripByteCounts()
Gets the StripByteCounts.
Returns: long - The StripByteCounts.
public final int getPlanarConfiguration()
Gets the PlanarConfiguration.
Returns: int - The PlanarConfiguration.
public final long getUnknown1()
Gets the Unknown1.
Returns: long - The Unknown1.
public final long getUnknown2()
Gets the Unknown2.
Returns: long - The Unknown2.
public final long[] getUnknown3()
Gets the Unknown3.
Returns: long[] - The Unknown3.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.