TiffOptions Constructor (TiffExpectedFormat) |
Initializes a new instance of the
TiffOptions class. By default little endian convention is used.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffOptions(
TiffExpectedFormat expectedFormat
)
Public Sub New (
expectedFormat As TiffExpectedFormat
)
public:
TiffOptions(
TiffExpectedFormat expectedFormat
)
new :
expectedFormat : TiffExpectedFormat -> TiffOptionsParameters
- expectedFormat
- Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffExpectedFormat
The expected tiff file format.
See Also