ExifIfdPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage
public final class ExifIfdPackage extends ExifDictionaryBasePackage
Represents the Exif Image File Directory. Exif IFD is a set of tags for recording Exif-specific attribute information.
Learn more
| Method | Description |
|---|---|
| getCameraOwnerName() | Gets the camera owner’s name. |
| setCameraOwnerName(String value) | Sets the camera owner’s name. |
| getBodySerialNumber() | Gets the camera body serial number. |
| setBodySerialNumber(String value) | Sets the camera body serial number. |
| getCfaPattern() | Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
| setCfaPattern(byte[] value) | Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
| getUserComment() | Gets the user comment. |
| setUserComment(String value) | Sets the user comment. |
public final String getCameraOwnerName()
Gets the camera owner’s name.
Returns: java.lang.String - The name of the camera owner.
public final void setCameraOwnerName(String value)
Sets the camera owner’s name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The name of the camera owner. |
public final String getBodySerialNumber()
Gets the camera body serial number.
Returns: java.lang.String - The camera body serial number.
public final void setBodySerialNumber(String value)
Sets the camera body serial number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The camera body serial number. |
public final byte[] getCfaPattern()
Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
Returns: byte[] - The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
public final void setCfaPattern(byte[] value)
Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
public final String getUserComment()
Gets the user comment.
Returns: java.lang.String - The user comment.
public final void setUserComment(String value)
Sets the user comment.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The user comment. |
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.