Click or drag to resize

SDFDocTimedLock Method

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

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

Parameters

milliseconds
Type: SystemInt32
The number of milliseconds to wait.

Return Value

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