TiffDataTypeControllerSetTiffType Method

Sets the TiffDataType.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected void SetTiffType(
	TiffDataType tiffDataType,
	int section
)

Parameters

tiffDataType
Type: Aspose.CAD.FileFormats.TiffTiffDataType
The TiffDataType to set.
section
Type: SystemInt32
The section.
See Also