TiffDataTypeControllerSetTiffStringValue Method |
Sets the TiffASCIIType type value with text filled.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetTiffStringValue(
ushort key,
string text,
int section
)
Protected Sub SetTiffStringValue (
key As UShort,
text As String,
section As Integer
)
protected:
void SetTiffStringValue(
unsigned short key,
String^ text,
int section
)
member SetTiffStringValue :
key : uint16 *
text : string *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - text
- Type: SystemString
The value. - section
- Type: SystemInt32
The section to set for.
See Also