com.groupdocs.merger.domain.options

Class SwapOptions

    • Constructor Detail

      • SwapOptions

        public SwapOptions(int firstPageNumber,
                           int secondPageNumber)

        Initializes a new instance of the SwapOptions class.

        Parameters:
        firstPageNumber - The first page number.
        secondPageNumber - The second page number.
    • Method Detail

      • getFirstPageNumber

        public final int getFirstPageNumber()

        First page number to exchange.

        Specified by:
        getFirstPageNumber in interface ISwapOptions
      • getSecondPageNumber

        public final int getSecondPageNumber()

        Second page number to exchange.

        Specified by:
        getSecondPageNumber in interface ISwapOptions