Specifies an annotation operation type.
lt.Annotations.Core.AnnOperationType = {
CreateObjects: 0,
DeleteObjects: 1,
EditObjects: 2,
LockObjects: 3,
UnlockObjects: 4,
RealizeRedact: 5,
RestoreRedact: 6,
Save: 7,
Load: 8,
BurnObjects: 9,
CopyObjects: 10,
PasteObjects: 11,
EncryptObjects: 12,
DecryptObjects: 13,
RenderingObjects: 14,
HitTestObjects: 15
}
lt.Annotations.Core.AnnOperationType = {
CreateObjects: 0,
DeleteObjects: 1,
EditObjects: 2,
LockObjects: 3,
UnlockObjects: 4,
RealizeRedact: 5,
RestoreRedact: 6,
Save: 7,
Load: 8,
BurnObjects: 9,
CopyObjects: 10,
PasteObjects: 11,
EncryptObjects: 12,
DecryptObjects: 13,
RenderingObjects: 14,
HitTestObjects: 15
}
Members
0 | CreateObjects |
(0) New annotation object is being created and added to the container. |
1 | DeleteObjects |
(1) Annotation objects are being deleted and removed the container. |
2 | EditObjects |
(2) Annotation objects are being modified. |
3 | LockObjects |
(3) The objects are being locked with a password. |
4 | UnlockObjects |
(4) The objects are being unlocked with a password. |
5 | RealizeRedact |
(5) Aedaction object being realized. |
6 | RestoreRedact |
(6) Redaction object being restored. |
7 | Save |
(7) Container is being saved. |
8 | Load |
(8) Container is being loaded. |
9 | BurnObjects |
(9) Objects being burned on the surface of the image being annotated. |
10 | CopyObjects |
(10) Objects being copied to the clipboard. |
11 | PasteObjects |
(11) Objects being pasted from the clipboard into the container. |
12 | EncryptObjects |
(12) Encryption objects are applied to scramble the image data. |
13 | DecryptObjects |
(13) Encryption objects are applied to de-scramble the image data. |
14 | RenderingObjects |
(14) Objects are rendered on the image being annotated. |
15 | HitTestObjects |
(15) Object is being hit-tested. |
User by 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