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
)
Public Function TimedLock (
milliseconds As Integer
) As Boolean
public:
virtual bool TimedLock(
[InAttribute] int milliseconds
) sealed
function TimedLock(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