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

MoveOptions

MoveOptions class

Provides options for moving document page.

public class MoveOptions : IMoveOptions

Constructors

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

Properties

Name Description
NewPageNumber { get; } Gets or sets the new page number.
PageNumberToMove { get; } Gets or sets the page number to move.

See Also