com.groupdocs.merger.domain.options

Class ExtractOptions

    • Constructor Detail

      • ExtractOptions

        public ExtractOptions()

        Initializes a new instance of the ExtractOptions class.

      • ExtractOptions

        public ExtractOptions(int[] pageNumbers)

        Initializes a new instance of the ExtractOptions class.

        Parameters:
        pageNumbers - Page numbers.
      • ExtractOptions

        public ExtractOptions(int startNumber,
                              int endNumber)
                       throws Exception

        Initializes a new instance of the ExtractOptions class.

        Parameters:
        startNumber - The start page number.
        endNumber - The end page number.
        Throws:
        Exception
      • ExtractOptions

        public ExtractOptions(int startNumber,
                              int endNumber,
                              int mode)
                       throws Exception

        Initializes a new instance of the ExtractOptions class.

        Parameters:
        startNumber - The start page number.
        endNumber - The end page number.
        mode - The range mode.
        Throws:
        Exception