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
)
Public Function PushBack (
obj As Obj
) As Obj
public:
virtual Obj^ PushBack(
[InAttribute] Obj^ obj
) sealed
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