AnnotationLock Class |
Namespace: Atalasoft.Annotate
The AnnotationLock type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationLock | Creates a new instance of AnnotationLock. | |
| AnnotationLock(String) | Creates a new instance of AnnotationLock whose key is the given string value | |
| AnnotationLock(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationLock from serialized data. |
| Name | Description | |
|---|---|---|
| EncryptionKey | Gets the encrypted key for the lock. | |
| Locked | Gets a value indicating whether or not the annotation is currently locked. | |
| LockedImage | Gets or sets the image displayed on the annotation when it's been locked. |
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of this lock. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | Fills a SerializationInfo object with AnnotationLock information. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Lock | Locks the annotation without specifying a password. | |
| Lock(String) | Locks the annotation using the specified password. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAnnotationControllerNotification | Called to notify the AnnotationController after a property has been changed. | |
| OnPropertyChanged | Called when a property value has changed and raises the PropertyChanged
event. | |
| OnPropertyChanging | Called before a property has been changed. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unlock | This method will disable the lock on a locked annotation. | |
| Unlock(String) |
This method will disable the lock on an annotation that was previously locked
with a password.
|
| Name | Description | |
|---|---|---|
| AnnotationControllerNotification | Raised after a property of the AnnotationBrush if modified. | |
| PropertyChanged | Raised when a property value has changed. | |
| PropertyChanging | Raised just before a property is about to be modified. |