Click or drag to resize

ObjPushBackText Method

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 PushBackText(
	string value
)

Parameters

value
Type: SystemString
The value of the ObjType::e_string object to be inserted.

Return Value

Type: Obj
The new String object.
Remarks
PushBackText will create the string object as a 'PDF Text' object.
See Also