Click or drag to resize

AnnotationLockUnlock Method

This method will disable the lock on a locked annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Unlock()

Return Value

Type: Boolean
True 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