AnnotationLockLock Method (String) |
Locks the annotation using the specified password.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Lock(
string password
)
Public Sub Lock (
password As String
)
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