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