Cr2AspectInfoPackage
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 Cr2AspectInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
| Constructor | Description |
|---|---|
| Cr2AspectInfoPackage() | Initializes a new instance of the Cr2AspectInfoPackage class. |
| Method | Description |
|---|---|
| getAspectRatio() | Gets the AspectRatio. |
| getCroppedImageWidth() | Gets the CroppedImageWidth. |
| getCroppedImageHeight() | Gets the CroppedImageHeight. |
| getCroppedImageLeft() | Gets the CroppedImageLeft. |
| getCroppedImageTop() | Gets the CroppedImageTop. |
public Cr2AspectInfoPackage()
Initializes a new instance of the Cr2AspectInfoPackage class.
public final int getAspectRatio()
Gets the AspectRatio.
Returns: int - The AspectRatio.
public final int getCroppedImageWidth()
Gets the CroppedImageWidth.
Returns: int - The CroppedImageWidth.
public final int getCroppedImageHeight()
Gets the CroppedImageHeight.
Returns: int - The CroppedImageHeight.
public final int getCroppedImageLeft()
Gets the CroppedImageLeft.
Returns: int - The CroppedImageLeft.
public final int getCroppedImageTop()
Gets the CroppedImageTop.
Returns: int - The CroppedImageTop.
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.