Appends a new ObjType::e_null object at the end of the Array.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj PushBackNull()
Public Function PushBackNull As Obj
public:
virtual Obj^ PushBackNull() sealed
Return Value
Type:
Obj
The new Null object.
See Also