CanonMakerNotePackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage, com.groupdocs.metadata.core.MakerNotePackage
public final class CanonMakerNotePackage extends MakerNotePackage
Represents CANON MakerNote metadata.
| Method | Description |
|---|---|
| getCameraSettings() | Gets the camera settings. |
| getCanonImageType() | Gets the Canon image type. |
| getCanonFirmwareVersion() | Gets the canon firmware version. |
| getFileNumber() | Gets the file number. |
| getOwnerName() | Gets the name of the owner. |
| getSerialNumber() | Gets the serial number. |
| getCanonFileLength() | Gets the length of the canon file. |
| getCanonModelID() | Gets the canon model identifier. |
public final CanonCameraSettingsPackage getCameraSettings()
Gets the camera settings.
Returns: CanonCameraSettingsPackage - The camera settings.
public final String getCanonImageType()
Gets the Canon image type.
Returns: java.lang.String - The Canon type of the image.
public final String getCanonFirmwareVersion()
Gets the canon firmware version.
Returns: java.lang.String - The canon firmware version.
public final Long getFileNumber()
Gets the file number.
Returns: java.lang.Long - The file number.
public final String getOwnerName()
Gets the name of the owner.
Returns: java.lang.String - The name of the owner.
public final Long getSerialNumber()
Gets the serial number.
Returns: java.lang.Long - The serial number.
public final Long getCanonFileLength()
Gets the length of the canon file.
Returns: java.lang.Long - The length of the canon file.
public final Long getCanonModelID()
Gets the canon model identifier.
Returns: java.lang.Long - The canon model identifier.
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.