Try locking the document.
Namespace:
pdftron.SDF
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