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