MultiPageOptions constructor
Contents
[
Hide
]init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self):
...
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, pages):
...
Parameter | Type | Description |
---|---|---|
pages | list | The pages. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, page_titles):
...
Parameter | Type | Description |
---|---|---|
page_titles | list | The page titles. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, ranges):
...
Parameter | Type | Description |
---|---|---|
ranges | list | The IntRange . |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, range):
...
Parameter | Type | Description |
---|---|---|
range | IntRange | The IntRange . |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, page):
...
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, pages, export_area):
...
Parameter | Type | Description |
---|---|---|
pages | list | The array of pages. |
export_area | Rectangle | The export area. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, page_titles, export_area):
...
Parameter | Type | Description |
---|---|---|
page_titles | list | The page titles. |
export_area | Rectangle | The export area. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, ranges, export_area):
...
Parameter | Type | Description |
---|---|---|
ranges | list | The IntRange . |
export_area | Rectangle | The export area. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, range, export_area):
...
Parameter | Type | Description |
---|---|---|
range | IntRange | The IntRange . |
export_area | Rectangle | The export area. |
init
Initializes a new instance of the MultiPageOptions
class.
def __init__(self, page, export_area):
...
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
export_area | Rectangle | The export area. |
See Also
- module
aspose.cad.imageoptions
- class
IntRange
- class
MultiPageOptions