com.groupdocs.merger.domain.result

Interface IPageInfo

  • All Known Implementing Classes:
    PageInfo


    public interface IPageInfo

    Interface for the page description properties.

    • Method Detail

      • getHeight

        int getHeight()

        Gets page height in pixels when converted to image.

      • getNumber

        int getNumber()

        Gets the page number.

      • getVisible

        boolean getVisible()

        Indicates whether page is visibile or not.

      • getWidth

        int getWidth()

        Gets page width in pixels when converted to image.