C#
VB
Java
WinRT C#
C++
Specifies an annotation operation type.
public enum AnnOperationType
Public Enum AnnOperationType
public enum AnnOperationType
public enum AnnOperationType
Leadtools.Annotations.Core.AnnOperationType = function() { };
Leadtools.Annotations.Core.AnnOperationType.prototype = {
CreateObjects = 0x00000000,
DeleteObjects = 0x00000001,
EditObjects = 0x00000002,
LockObjects = 0x00000003,
UnlockObjects = 0x00000004,
RealizeRedact = 0x00000005,
RestoreRedact = 0x00000006,
Save = 0x00000007,
Load = 0x00000008,
BurnObjects = 0x00000009,
CopyObjects = 0x0000000A,
PasteObjects = 0x0000000B,
EncryptObjects = 0x0000000C,
DecryptObjects = 0x0000000D,
RenderingObjects = 0x0000000E,
HitTestObjects = 0x0000000F,
};
public:
enum class AnnOperationType sealed
Members
Value | Member | Description |
---|---|---|
0 | CreateObjects | New annotation object is being created and added to the container. |
1 | DeleteObjects | Annotation objects are being deleted and removed the container. |
2 | EditObjects | Annotation objects are being modified. |
3 | LockObjects | The objects are being locked with a password. |
4 | UnlockObjects | The objects are being unlocked with a password. |
5 | RealizeRedact | Aedaction object being realized. |
6 | RestoreRedact | Redaction object being restored. |
7 | Save | Container is being saved. |
8 | Load | Container is being loaded. |
9 | BurnObjects | Objects being burned on the surface of the image being annotated. |
10 | CopyObjects | Objects being copied to the clipboard. |
11 | PasteObjects | Objects being pasted from the clipboard into the container. |
12 | EncryptObjects | Encryption objects are applied to scramble the image data. |
13 | DecryptObjects | Encryption objects are applied to de-scramble the image data. |
14 | RenderingObjects | Objects are rendered on the image being annotated. |
15 | HitTestObjects | Object is being hit-tested. |
User by AnnOperationInfoEventArgs.Type to specify the type of the operation being invoked.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET