RawIFD3Package

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.

Methods

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.

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.

getCompression()

public final int getCompression()

Gets the image Compression.

Returns: int - The image Compression.

getStripOffset()

public final long getStripOffset()

Gets the image StripOffset.

Returns: long - The image StripOffset.

getStripByteCounts()

public final long getStripByteCounts()

Gets the image StripByteCounts.

Returns: long - The image StripByteCounts.

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 int[] getUnknown3()

Gets the Unknown3.

Returns: int[] - The Unknown3.

getUnknown4()

public final long getUnknown4()

Gets the Unknown4.

Returns: long - The Unknown4.