Click or drag to resize

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

Return Value

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