Click or drag to resize

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()

Return Value

Type: Boolean
true if the lock was successfully acquired, false otherwise
See Also