IAnnotationLockUnlock Method (String) |
Unlocks an annotation that has be locked with a password.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax bool Unlock(
string password
)
Function Unlock (
password As String
) As Boolean
Parameters
- password
- Type: SystemString
The password required to unlock the annotation.
Return Value
Type:
BooleanTrue if the unlock was successful.
See Also