TiffOptions Constructor (TiffExpectedFormat, TiffByteOrder) |
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffOptions(
TiffExpectedFormat expectedFormat,
TiffByteOrder byteOrder
)
Public Sub New (
expectedFormat As TiffExpectedFormat,
byteOrder As TiffByteOrder
)
public:
TiffOptions(
TiffExpectedFormat expectedFormat,
TiffByteOrder byteOrder
)
new :
expectedFormat : TiffExpectedFormat *
byteOrder : TiffByteOrder -> TiffOptions
Parameters
- expectedFormat
- Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffExpectedFormat
The expected tiff file format. - byteOrder
- Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffByteOrder
The tiff file format byte order to use.
See Also