Click or drag to resize

ObjSetString Method (String)

Sets the string value of this Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetString(
	string value
)

Parameters

value
Type: SystemString
The new string value to set.
See Also