Cr2AspectInfoPackage
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class Cr2AspectInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
Constructors
Constructor | Description |
---|---|
Cr2AspectInfoPackage() | Initializes a new instance of the Cr2AspectInfoPackage class. |
Methods
Method | Description |
---|---|
getAspectRatio() | Gets the AspectRatio. |
getCroppedImageWidth() | Gets the CroppedImageWidth. |
getCroppedImageHeight() | Gets the CroppedImageHeight. |
getCroppedImageLeft() | Gets the CroppedImageLeft. |
getCroppedImageTop() | Gets the CroppedImageTop. |
Cr2AspectInfoPackage()
public Cr2AspectInfoPackage()
Initializes a new instance of the Cr2AspectInfoPackage class.
getAspectRatio()
public final int getAspectRatio()
Gets the AspectRatio.
Returns: int - The AspectRatio.
getCroppedImageWidth()
public final int getCroppedImageWidth()
Gets the CroppedImageWidth.
Returns: int - The CroppedImageWidth.
getCroppedImageHeight()
public final int getCroppedImageHeight()
Gets the CroppedImageHeight.
Returns: int - The CroppedImageHeight.
getCroppedImageLeft()
public final int getCroppedImageLeft()
Gets the CroppedImageLeft.
Returns: int - The CroppedImageLeft.
getCroppedImageTop()
public final int getCroppedImageTop()
Gets the CroppedImageTop.
Returns: int - The CroppedImageTop.