Checks if this Obj is a Container object.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsContainer()
Public Function IsContainer As Boolean
public:
virtual bool IsContainer() sealed
Return Value
Type:
Boolean
True if this is a Container(Dictionary, Array, or Stream) object, false otherwise.
Remarks
This method can be invoked on any Obj.
See Also