TiffDataTypeControllerSetTiffType Method |
Sets the TiffDataType.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetTiffType(
TiffDataType tiffDataType,
int section
)
Protected Sub SetTiffType (
tiffDataType As TiffDataType,
section As Integer
)
protected:
void SetTiffType(
TiffDataType^ tiffDataType,
int section
)
member SetTiffType :
tiffDataType : TiffDataType *
section : int -> unit
Parameters
- tiffDataType
- Type: Aspose.CAD.FileFormats.TiffTiffDataType
The TiffDataType to set. - section
- Type: SystemInt32
The section.
See Also