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