TiffOptions
Contents
[
Hide
]
TiffOptions constructor (1 of 4)
Initializes a new instance of the TiffOptions
class.
public TiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder)
Parameter | Type | Description |
---|---|---|
expectedFormat | TiffExpectedFormat | The expected tiff file format. |
byteOrder | TiffByteOrder | The tiff file format byte order to use. |
See Also
- enum TiffExpectedFormat
- enum TiffByteOrder
- class TiffOptions
- namespace Aspose.PSD.ImageOptions
- assembly Aspose.PSD
TiffOptions constructor (2 of 4)
Initializes a new instance of the TiffOptions
class. By default little endian convention is used.
public TiffOptions(TiffExpectedFormat expectedFormat)
Parameter | Type | Description |
---|---|---|
expectedFormat | TiffExpectedFormat | The expected tiff file format. |
See Also
- enum TiffExpectedFormat
- class TiffOptions
- namespace Aspose.PSD.ImageOptions
- assembly Aspose.PSD
TiffOptions constructor (3 of 4)
Initializes a new instance of the TiffOptions
class.
public TiffOptions(TiffOptions options)
Parameter | Type | Description |
---|---|---|
options | TiffOptions | The options to copy from. |
See Also
- class TiffOptions
- namespace Aspose.PSD.ImageOptions
- assembly Aspose.PSD
TiffOptions constructor (4 of 4)
Initializes a new instance of the TiffOptions
class.
public TiffOptions(TiffDataType[] tags)
Parameter | Type | Description |
---|---|---|
tags | TiffDataType[] | The tags to initialize options with. |
See Also
- class TiffDataType
- class TiffOptions
- namespace Aspose.PSD.ImageOptions
- assembly Aspose.PSD