Click or drag to resize

SDFDocTryLock Method

Try locking the document.

Namespace:  pdftron.SDF
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