TiffOptions constructor
Contents
[
Hide
]init
Initializes a new instance of the TiffOptions
class. By default little endian convention is used.
def __init__(self, expected_format):
...
Parameter | Type | Description |
---|---|---|
expected_format | aspose.cad.fileformats.tiff.enums.TiffExpectedFormat | The expected tiff file format. |
init
Initializes a new instance of the TiffOptions
class.
def __init__(self, options):
...
Parameter | Type | Description |
---|---|---|
options | TiffOptions | The options to copy from. |
init
Initializes a new instance of the TiffOptions
class.
def __init__(self, tags):
...
Parameter | Type | Description |
---|---|---|
tags | list | The tags to initialize options with. |
init
Initializes a new instance of the TiffOptions
class.
def __init__(self, expected_format, byte_order):
...
Parameter | Type | Description |
---|---|---|
expected_format | aspose.cad.fileformats.tiff.enums.TiffExpectedFormat | The expected tiff file format. |
byte_order | aspose.cad.fileformats.tiff.enums.TiffByteOrder | The tiff file format byte order to use. |
See Also
- module
aspose.cad.imageoptions
- class
TiffOptions