Click or drag to resize

ObjPushBack Method

Appends an existing Obj at the end of the Array.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj PushBack(
	Obj obj
)

Parameters

obj
Type: pdftron.SDFObj
The value to be inserted into the dictionary. If 'obj' is indirect (i.e. is a shared) object it will be inserted by reference, otherwise the object will be cloned and then appended.

Return Value

Type: Obj
A newly appended object.
See Also