1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Options
  6. /
  7. SwapOptions

SwapOptions

SwapOptions class

Provides options for swapping document pages.

public class SwapOptions : ISwapOptions

Constructors

Name Description
SwapOptions(int, int) Initializes a new instance of the SwapOptions class.

Properties

Name Description
FirstPageNumber { get; } First page number to exchange.
SecondPageNumber { get; } Second page number to exchange.

See Also