AnnotationLockUnlock Method |
This method will disable the lock on a locked annotation.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
SyntaxPublic Function Unlock As Boolean
Return Value
Type:
BooleanTrue if the annotation was unlocked.
Implements
IAnnotationLockUnlock
Remarks
The annotation must have been locked without a password for this method to
disable the lock. If a password was used the overload for this method that takes a
password must be used.
See Also