ActionNeedsWriteLock Method |
Test whether this action needs WriteLock
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool NeedsWriteLock()
Public Function NeedsWriteLock As Boolean
public:
virtual bool NeedsWriteLock() sealed
function NeedsWriteLock();
Return Value
Type:
Booleantrue if it may modify the document, otherwise false.
See Also