ImageJoinOptions constructor
init
Initializes new instance of ImageJoinOptions
class.
def __init__(self):
...
init
Initializes new instance of ImageJoinOptions
class.
def __init__(self, file_type):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The image file type. |
init
Initializes new instance of ImageJoinOptions
class.
def __init__(self, image_join_mode):
...
Parameter | Type | Description |
---|---|---|
image_join_mode | ImageJoinMode |
The image join mode. |
init
Initializes new instance of ImageJoinOptions
class.
def __init__(self, file_type, image_join_mode):
...
Parameter | Type | Description |
---|---|---|
file_type | FileType |
The image file type. |
image_join_mode | ImageJoinMode |
The image join mode. |
See Also
- module
groupdocs.merger.domain.options
- class
ImageJoinOptions