MoveOptions

MoveOptions constructor

Initializes a new instance of the MoveOptions class.

public MoveOptions(int pageNumberToMove, int newPageNumber)
Parameter Type Description
pageNumberToMove Int32 The page number to move.
newPageNumber Int32 The new page number.

See Also