com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ExifIfdPackage

    • Method Detail

      • getCameraOwnerName

        public final String getCameraOwnerName()

        Gets the camera owner's name.

        Returns:
        The name of the camera owner.
      • setCameraOwnerName

        public final void setCameraOwnerName(String value)

        Sets the camera owner's name.

        Parameters:
        value - The name of the camera owner.
      • getBodySerialNumber

        public final String getBodySerialNumber()

        Gets the camera body serial number.

        Returns:
        The camera body serial number.
      • setBodySerialNumber

        public final void setBodySerialNumber(String value)

        Sets the camera body serial number.

        Parameters:
        value - The camera body serial number.
      • getCfaPattern

        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:
        The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
      • setCfaPattern

        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:
        value - The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
      • getUserComment

        public final String getUserComment()

        Gets the user comment.

        Returns:
        The user comment.
      • setUserComment

        public final void setUserComment(String value)

        Sets the user comment.

        Parameters:
        value - The user comment.