RawIFD3Package
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 RawIFD3Package extends RawDictionaryBasePackage
Represents IFD1 tags.
| Method | Description |
|---|---|
| getImageWidth() | Gets the image width. |
| getImageHeight() | Gets the image height. |
| getCompression() | Gets the image Compression. |
| getStripOffset() | Gets the image StripOffset. |
| getStripByteCounts() | Gets the image StripByteCounts. |
| getUnknown1() | Gets the Unknown1. |
| getUnknown2() | Gets the Unknown2. |
| getUnknown3() | Gets the Unknown3. |
| getUnknown4() | Gets the Unknown4. |
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 getCompression()
Gets the image Compression.
Returns: int - The image Compression.
public final long getStripOffset()
Gets the image StripOffset.
Returns: long - The image StripOffset.
public final long getStripByteCounts()
Gets the image StripByteCounts.
Returns: long - The image StripByteCounts.
public final long getUnknown1()
Gets the Unknown1.
Returns: long - The Unknown1.
public final long getUnknown2()
Gets the Unknown2.
Returns: long - The Unknown2.
public final int[] getUnknown3()
Gets the Unknown3.
Returns: int[] - The Unknown3.
public final long getUnknown4()
Gets the Unknown4.
Returns: long - The Unknown4.
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.