Click or drag to resize

PDFDocIsLocked Method

Checks if is locked.

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

Return Value

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