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