Cr2CropInfoPackage
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class Cr2CropInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
Constructors
Constructor | Description |
---|---|
Cr2CropInfoPackage() | Initializes a new instance of the Cr2CropInfoPackage class. |
Methods
Method | Description |
---|---|
getCropLeftMargin() | Gets the CropLeftMargin. |
getCropRightMargin() | Gets the CropRightMargin. |
getCropTopMargin() | Gets the CropTopMargin. |
getCropBottomMargin() | Gets the CropBottomMargin. |
Cr2CropInfoPackage()
public Cr2CropInfoPackage()
Initializes a new instance of the Cr2CropInfoPackage class.
getCropLeftMargin()
public final int getCropLeftMargin()
Gets the CropLeftMargin.
Returns: int - The CropLeftMargin.
getCropRightMargin()
public final int getCropRightMargin()
Gets the CropRightMargin.
Returns: int - The CropRightMargin.
getCropTopMargin()
public final int getCropTopMargin()
Gets the CropTopMargin.
Returns: int - The CropTopMargin.
getCropBottomMargin()
public final int getCropBottomMargin()
Gets the CropBottomMargin.
Returns: int - The CropBottomMargin.