public enum AnnOperationType typedef NS_ENUM(NSInteger, LTAnnOperationType) {LTAnnOperationTypeCreateObjects = 0,LTAnnOperationTypeDeleteObject = 1,LTAnnOperationTypeEditObjects = 2,LTAnnOperationTypeLockObjects = 3,LTAnnOperationTypeUnlockObjects = 4,LTAnnOperationTypeRealizeRedact = 5,LTAnnOperationTypeRestoreRedact = 6,LTAnnOperationTypeSave = 7,LTAnnOperationTypeLoad = 8,LTAnnOperationTypeBurnObjecs = 9,LTAnnOperationTypeCopyObjects = 10,LTAnnOperationTypePasteObjects = 11,LTAnnOperationTypeEncryptObjects = 12,LTAnnOperationTypeDecryptObjects = 13,LTAnnOperationTypeRenderingObjects = 14,LTAnnOperationTypeHitTestObjects = 15,};
public enum AnnOperationType public:enum class AnnOperationType sealed
class AnnOperationType(Enum):CreateObjects = 0DeleteObjects = 1EditObjects = 2LockObjects = 3UnlockObjects = 4RealizeRedact = 5RestoreRedact = 6Save = 7Load = 8BurnObjects = 9CopyObjects = 10PasteObjects = 11EncryptObjects = 12DecryptObjects = 13RenderingObjects = 14HitTestObjects = 15
| 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
