Click or drag to resize

ObjPushBackString Method (String)

Appends a new ObjType::e_string object at the end of the Array.

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

Parameters

value
Type: SystemString
The value of the ObjType::e_string object.

Return Value

Type: Obj
The new String object.
See Also