Cr2SensorInfoPackage
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 Cr2SensorInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
| Constructor | Description |
|---|---|
| Cr2SensorInfoPackage() | Initializes a new instance of the Cr2SensorInfoPackage class. |
| Method | Description |
|---|---|
| getSensorWidth() | Gets the SensorWidth. |
| getSensorHeight() | Gets the SensorHeight. |
| getSensorLeftBorder() | Gets the SensorLeftBorder. |
| getSensorTopBorder() | Gets the SensorTopBorder. |
| getSensorRightBorder() | Gets the SensorRightBorder. |
| getSensorBottomBorder() | Gets the SensorBottomBorder. |
| getBlackMaskLeftBorder() | Gets the BlackMaskLeftBorder. |
| getBlackMaskTopBorder() | Gets the BlackMaskTopBorder. |
| getBlackMaskRightBorder() | Gets the BlackMaskRightBorder. |
| getBlackMaskBottomBorder() | Gets the BlackMaskBottomBorder. |
public Cr2SensorInfoPackage()
Initializes a new instance of the Cr2SensorInfoPackage class.
public final int getSensorWidth()
Gets the SensorWidth.
Returns: int - The SensorWidth.
public final int getSensorHeight()
Gets the SensorHeight.
Returns: int - The SensorHeight.
public final int getSensorLeftBorder()
Gets the SensorLeftBorder.
Returns: int - The SensorLeftBorder.
public final int getSensorTopBorder()
Gets the SensorTopBorder.
Returns: int - The SensorTopBorder.
public final int getSensorRightBorder()
Gets the SensorRightBorder.
Returns: int - The SensorRightBorder.
public final int getSensorBottomBorder()
Gets the SensorBottomBorder.
Returns: int - The SensorBottomBorder.
public final int getBlackMaskLeftBorder()
Gets the BlackMaskLeftBorder.
Returns: int - The BlackMaskLeftBorder.
public final int getBlackMaskTopBorder()
Gets the BlackMaskTopBorder.
Returns: int - The BlackMaskTopBorder.
public final int getBlackMaskRightBorder()
Gets the BlackMaskRightBorder.
Returns: int - The BlackMaskRightBorder.
public final int getBlackMaskBottomBorder()
Gets the BlackMaskBottomBorder.
Returns: int - The BlackMaskBottomBorder.
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.