com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class PageInfo



  • public class PageInfo
    extends Object

    Provides common information about a document page (slide, worksheet, etc).

    Learn more

    • Method Detail

      • getWidth

        public final int getWidth()

        Gets the width of the page in document default units.

        Returns:
        The width of the page in document default units.
      • getHeight

        public final int getHeight()

        Gets the height of the page in document default units.

        Returns:
        The height of the page in document default units.
      • getPageNumber

        public final int getPageNumber()

        Gets the number of the page.

        Returns:
        The number of the page.