Click or drag to resize

PDFDocTryLock Method

Try locking the document in non-blocking manner.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool TryLock()

Return Value

Type: Boolean
true if the document is locked for multi-threaded access, false otherwise.
See Also