Click or drag to resize

AnnotationLockLock Method (String)

Locks the annotation using the specified 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 void Lock(
	string password
)

Parameters

password
Type: SystemString
The password used to generate the EncryptionKey.

Return Value

Type: 
Use the Unlock method with the same password to disable the lock.

Implements

IAnnotationLockLock(String)
See Also