com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ImageTypePackage

    • Method Detail

      • getWidth

        public final int getWidth()

        Gets the image width.

        Returns:
        The image width.
      • getHeight

        public final int getHeight()

        Gets the image height.

        Returns:
        The image height.
      • getByteOrder

        public final ByteOrder getByteOrder()

        Gets the byte-order of the image. Please see <a href="https://en.wikipedia.org/wiki/Endianness">https://en.wikipedia.org/wiki/Endianness</a> for more information.

        Returns:
        The byte-order value.