TiffDataTypeControllerSetTiffStringValue Method

Sets the TiffASCIIType type value with text filled.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected void SetTiffStringValue(
	ushort key,
	string text,
	int section
)

Parameters

key
Type: SystemUInt16
The tag key.
text
Type: SystemString
The value.
section
Type: SystemInt32
The section to set for.
See Also