MoveOptions constructor
init
Initializes a new instance of the MoveOptions
class.
def __init__(self, page_number_to_move, new_page_number):
...
Parameter | Type | Description |
---|---|---|
page_number_to_move | int | The page number to move. |
new_page_number | int | The new page number. |
See Also
- module
groupdocs.merger.domain.options
- class
MoveOptions