Click or drag to resize

IAnnotationLock Interface

The interface used to define the security when locking annotations is required.
The interface used to define the security when locking annotations is required.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IAnnotationLock : ISerializable

The IAnnotationLock type exposes the following members.

Properties
  NameDescription
Public propertyEncryptionKey
Gets or sets the encrypted key used to lock or unlock the annotation.
Public propertyLocked
Gets a value indicating whether the object is currently locked.
Public propertyLockedImage
Gets or sets the image used to indicate that an annotation is locked.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of this IAnnotationLock.
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Public methodLock
Locks the annotation without a password.
Public methodLock(String)
Locks the annotation with a password.
Public methodUnlock
Unlocks an annotation previously locked with the Lock method.
Public methodUnlock(String)
Unlocks an annotation that has be locked with a password.
Top
Events
  NameDescription
Public eventAnnotationControllerNotification
Raised after a property of the AnnotationBrush if modified.
Public eventPropertyChanged
Raised when a property has been changed.
Public eventPropertyChanging
Raised just before a property is about to be modified.
Top
See Also