Click or drag to resize

PDFDocTimedLock Method

Try locking the document, waiting no longer than specified number of milliseconds.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool TimedLock(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
the milliseconds

Return Value

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