Checks if is locked.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsLocked As Boolean
public:
virtual bool IsLocked() sealed
Return Value
Type:
Boolean true is the document is locked for multi-threaded acceess, false otherwise.
See Also