AnnOperationType Enumeration (original) (raw)

Summary

Specifies an annotation operation type.

Syntax

C#

Objective-C

C++/CLI

Java

Python

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 = 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

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.