OrientationOptions constructor
Contents
[
Hide
]
init
Initializes a new instance of the OrientationOptions
class.
def __init__(self, orientation_mode):
...
Parameter | Type | Description |
---|---|---|
orientation_mode | OrientationMode |
The orientation mode of OrientationMode |
init
Initializes a new instance of the OrientationOptions
class.
def __init__(self, orientation_mode, page_numbers):
...
Parameter | Type | Description |
---|---|---|
orientation_mode | OrientationMode |
The orientation mode of OrientationMode |
page_numbers | list | Page numbers. |
init
Initializes a new instance of the OrientationOptions
class.
def __init__(self, orientation_mode, start_number, end_number):
...
Parameter | Type | Description |
---|---|---|
orientation_mode | OrientationMode |
The orientation mode of OrientationMode |
start_number | int | The start page number. |
end_number | int | The end page number. |
init
Initializes a new instance of the OrientationOptions
class.
def __init__(self, orientation_mode, start_number, end_number, mode):
...
Parameter | Type | Description |
---|---|---|
orientation_mode | OrientationMode |
The orientation mode of OrientationMode |
start_number | int | The start page number. |
end_number | int | The end page number. |
mode | RangeMode |
The range mode. |
See Also
- module
groupdocs.merger.domain.options
- class
OrientationMode
- class
OrientationOptions