Implementing Annotation Security

Note:

This topic is for Document/Medical only.

LEADTOOLS provides annotation security through a number of properties, methods and events. AnnLock method and AnnUnlock method lock and unlock annotations using a key. Locking an object through the automated mode generates an OnAnnLocked event and unlocking an object through the automated mode generates an OnAnnUnlocked event. If AnnShowLockedIcon property is set to True, any locked object will be drawn with a padlock icon on top of it. AnnGetLocked method also provides a means of determining if an object is locked.

Annotations can also be secured by using the AnnSetUser method. By setting the user for an annotation, modification to the annotation cannot be made unless the correct user is known.

Related topics:

Redaction Annotation Object

Encrypt Annotation Object