Click or drag to resize

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
)

Parameters

password
Type: SystemString
The password required to unlock the annotation.

Return Value

Type: Boolean
True if the unlock was successful.
See Also