PDFViewCtrlDocTryLock Method |
Tries to lock the PDFDoc instance used by PDFViewCtrl in non-blocking manner.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function DocTryLock As Boolean
public:
virtual bool DocTryLock() sealed
Return Value
Type:
Booleantrue if the lock was successfully acquired, false otherwise
See Also