com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpThumbnail

    • Constructor Detail

      • XmpThumbnail

        public XmpThumbnail()

        Initializes a new instance of the XmpThumbnail class.

      • XmpThumbnail

        public XmpThumbnail(int width,
                            int height)

        Initializes a new instance of the XmpThumbnail class.

        Parameters:
        width - The width.
        height - The height.
    • Method Detail

      • getWidth

        public final Integer getWidth()

        Gets the image width in pixels.

        Returns:
        The thumbnail width.
      • setWidth

        public final void setWidth(Integer value)

        Sets the image width in pixels.

        Parameters:
        value - The thumbnail width.
      • getHeight

        public final Integer getHeight()

        Gets the image height in pixels.

        Returns:
        The thumbnail height.
      • setHeight

        public final void setHeight(Integer value)

        Sets the image height in pixels.

        Parameters:
        value - The thumbnail height.
      • getImageBase64

        public final String getImageBase64()

        Gets the full thumbnail image data, converted to base 64 notation.

        Returns:
        The full thumbnail image data, converted to base 64 notation.
      • setImageBase64

        public final void setImageBase64(String value)

        Sets the full thumbnail image data, converted to base 64 notation.

        Parameters:
        value - The full thumbnail image data, converted to base 64 notation.
      • getImageData

        public final byte[] getImageData()

        Gets the image data.

        Returns:
        The image data.
      • getFormat

        public final String getFormat()

        Gets the image format. Defined value: JPEG.

        Returns:
        The thumbnail format.
      • setFormat

        public final void setFormat(String value)

        Sets the image format. Defined value: JPEG.

        Parameters:
        value - The thumbnail format.