RawIFD2Package
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.
Methods
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. |
getImageWidth()
public final int getImageWidth()
Gets the image width.
Returns: int - The image width.
getImageHeight()
public final int getImageHeight()
Gets the image height.
Returns: int - The image height.
getBitsPerSample()
public final int[] getBitsPerSample()
Gets the image BitsPerSample.
Returns: int[] - The image BitsPerSample.
getCompression()
public final int getCompression()
Gets the image Compression.
Returns: int - The image Compression.
getPhotometricInterpretation()
public final int getPhotometricInterpretation()
Gets the image PhotometricInterpretation.
Returns: int - The image PhotometricInterpretation.
getStripOffset()
public final long getStripOffset()
Gets the image StripOffset.
Returns: long - The image StripOffset.
getSamplesPerPixel()
public final int getSamplesPerPixel()
Gets the SamplesPerPixel.
Returns: int - The SamplesPerPixel.
getRowPerStrip()
public final int getRowPerStrip()
Gets the RowPerStrip.
Returns: int - The RowPerStrip.
getStripByteCounts()
public final long getStripByteCounts()
Gets the StripByteCounts.
Returns: long - The StripByteCounts.
getPlanarConfiguration()
public final int getPlanarConfiguration()
Gets the PlanarConfiguration.
Returns: int - The PlanarConfiguration.
getUnknown1()
public final long getUnknown1()
Gets the Unknown1.
Returns: long - The Unknown1.
getUnknown2()
public final long getUnknown2()
Gets the Unknown2.
Returns: long - The Unknown2.
getUnknown3()
public final long[] getUnknown3()
Gets the Unknown3.
Returns: long[] - The Unknown3.