Click or drag to resize

ObjPushBackString Method (Byte)

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(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer used to set the value of the ObjType::e_string object to be inserted.

Return Value

Type: Obj
The new String object.
See Also