TiffOptions Constructor (TiffExpectedFormat, TiffByteOrder)

Initializes a new instance of the TiffOptions class.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffOptions(
	TiffExpectedFormat expectedFormat,
	TiffByteOrder byteOrder
)

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