Click or drag to resize

ObjSetCreateString Method

Creates a String Obj.

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

Parameters

value
Type: SystemString
The value of the String Obj.

Return Value

Type: Obj
The created String Obj.
See Also