AnnOperationType Enumeration

Summary

Specifies an annotation operation type.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.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.Engine.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.

Remarks

User by 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