IAnnotationLock Interface |
Namespace: Atalasoft.Annotate
The IAnnotationLock type exposes the following members.
Name | Description | |
---|---|---|
![]() | EncryptionKey |
Gets or sets the encrypted key used to lock or unlock the annotation.
|
![]() | Locked |
Gets a value indicating whether the object is currently locked.
|
![]() | LockedImage |
Gets or sets the image used to indicate that an annotation is locked.
|
Name | Description | |
---|---|---|
![]() | Clone | Creates a copy of this IAnnotationLock. |
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
![]() | Lock() |
Locks the annotation without a password.
|
![]() | Lock(String) |
Locks the annotation with a password.
|
![]() | Unlock() |
Unlocks an annotation previously locked with the Lock method.
|
![]() | Unlock(String) |
Unlocks an annotation that has be locked with a password.
|
Name | Description | |
---|---|---|
![]() | AnnotationControllerNotification | Raised after a property of the AnnotationBrush if modified. |
![]() | PropertyChanged | Raised when a property has been changed. |
![]() | PropertyChanging | Raised just before a property is about to be modified. |