com.groupdocs.merger.domain.options

Class RemoveOptions

    • Constructor Detail

      • RemoveOptions

        public RemoveOptions()

        Initializes a new instance of the RemoveOptions class.

      • RemoveOptions

        public RemoveOptions(int[] pageNumbers)

        Initializes a new instance of the RemoveOptions class.

        Parameters:
        pageNumbers - Page numbers.
      • RemoveOptions

        public RemoveOptions(int startNumber,
                             int endNumber)
                      throws Exception

        Initializes a new instance of the RemoveOptions class.

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

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

        Initializes a new instance of the RemoveOptions class.

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