Click or drag to resize

AnnotationLockUnlock Method (String)

This method will disable the lock on an annotation that was previously 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
public bool Unlock(
	string password
)

Parameters

password
Type: SystemString
The password required to unlock the annotation. This must be the same password used with the Lock method.

Return Value

Type: Boolean

Implements

IAnnotationLockUnlock(String)
See Also