com.groupdocs.merger.domain.options

Class PageOptions

    • Constructor Detail

      • PageOptions

        protected PageOptions()

        Initializes a new instance of the PageOptions class.

      • PageOptions

        protected PageOptions(int[] pageNumbers)

        Initializes a new instance of the PageOptions class.

        Parameters:
        pageNumbers - Pages for operation.
      • PageOptions

        protected PageOptions(int startNumber,
                              int endNumber,
                              int mode)
                       throws Exception

        Initializes a new instance of the PageOptions class.

        Parameters:
        startNumber - The start number.
        endNumber - The end number.
        mode - The mode.
        Throws:
        Exception
      • PageOptions

        protected PageOptions(IPager pager)

        Initializes new instance of PageOptions class.

        Parameters:
        pager - Pager for operation.
    • Method Detail

      • pages

        public final int[] pages()

        Get page numbers collection.