←Select platform

AnnOperationType Enumeration

Summary

Specifies an annotation operation type.

Syntax
C#
VB
C++
Java
public enum AnnOperationType  
Public Enum AnnOperationType  
public enum AnnOperationType 
public: 
   enum class AnnOperationType sealed 

Members
ValueMemberDescription
0CreateObjects New annotation object is being created and added to the container.
1DeleteObjects Annotation objects are being deleted and removed the container.
2EditObjects Annotation objects are being modified.
3LockObjects The objects are being locked with a password.
4UnlockObjects The objects are being unlocked with a password.
5RealizeRedact Aedaction object being realized.
6RestoreRedact Redaction object being restored.
7Save Container is being saved.
8Load Container is being loaded.
9BurnObjects Objects being burned on the surface of the image being annotated.
10CopyObjects Objects being copied to the clipboard.
11PasteObjects Objects being pasted from the clipboard into the container.
12EncryptObjects Encryption objects are applied to scramble the image data.
13DecryptObjects Encryption objects are applied to de-scramble the image data.
14RenderingObjects Objects are rendered on the image being annotated.
15HitTestObjects Object is being hit-tested.

Remarks

User by AnnOperationInfoEventArgs.Type to specify the type of the operation being invoked.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly