Try locking the document in non-blocking manner.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function TryLock As Boolean
public:
virtual bool TryLock() sealed
Return Value
Type:
Boolean true if the document is locked for multi-threaded access, false otherwise.
See Also