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