Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

AnnObjectChangedType Enumeration

Show in webframe
Indicates the type of change to the AnnObject.
Syntax
Leadtools.Annotations.Automation.AnnObjectChangedType = function() { };
Leadtools.Annotations.Automation.AnnObjectChangedType.prototype = {
	none = 0x00000000,
	bringToFront = 0x00000001,
	sendToBack = 0x00000002,
	deleted = 0x00000003,
	lock = 0x00000004,
	unlock = 0x00000005,
	paste = 6,
	flip = 0x00000007,
	realizeRedaction = 0x00000008,
	restoreRedaction = 0x00000009,
	applyEncryptor = 10,
	applyDecryptor = 11,
	name = 0x0000000C,
	hyperlink = 0x0000000D,
	text = 0x0000000E,
	picture = 0x0000000F,
	pictures = 0x00000010,
	ruler = 0x00000011,
	stroke = 0x00000012,
	fill = 0x00000013,
	font = 0x00000014,
	encrypt = 21,
	polygon = 0x00000016,
	curve = 0x00000017,
	protractor = 0x00000018,
	rubberStamp = 0x00000019,
	point = 0x0000001A,
	audio = 27,
	thumbs = 0x0000001C,
	hilite = 0x0000001D,
	designerDraw = 0x0000001E,
	designerEdit = 0x0000001F,
	resetRotatePoints = 0x00000020,
	fixed = 0x00000021,
	added = 34,
	modified = 35,
	metadata = 36,
	
 };
Members
ValueMemberDescription
0x00000000noneNo change.
0x00000001bringToFrontAs a result of either calling the BringToFront method manually or from the user interface.
0x00000002sendToBackAs a result of either calling the AnnAutomation.SendToBack method manually or from the user interface.
0x00000003deletedAs a result of either calling the DeleteSelectedObjects method manually or from the user interface.
0x00000004lockAs a result of either calling the Lock method manually or from the user interface.
0x00000005unlockAs a result of either calling the Unlock method manually or from the user interface.
6pasteNot used.
0x00000007flipAs a result of either calling the AnnAutomation.Flip method manually or from the user interface.
0x00000008realizeRedactionAs a result realizing a redaction object.
0x00000009restoreRedactionAs a result of restoring a redaction object.
10applyEncryptorNot used.
11applyDecryptorNot used.
0x0000000CnameAs a result of changing an AnnObjectsLabels property.
0x0000000DhyperlinkAs a result of changing an AnnObjectsHyperlink property.
0x0000000EtextAs a result of changing an AnnTextObject derived object.
0x0000000FpictureAs a result of changing the Picture property of an annotation object.
0x00000010picturesNot used
0x00000011rulerAs a result of changing an AnnPolyRulerObject derived object.
0x00000012strokeAs a result of changing an AnnObjectsStroke property.
0x00000013fillAs a result of changing an AnnObjectsFill property.
0x00000014fontAs a result of changing an AnnObjectsFont property.
21encryptNot used.
0x00000016polygonAs a result of changing a polygon object.
0x00000017curveAs a result of changing an AnnCurveObject.
0x00000018protractorAs a result of changing an AnnProtractorObject.
0x00000019rubberStampAs a result of changing an AnnRubberStampObject.
0x0000001ApointAs a result of changing an AnnPointObject.
27audioNot used.
0x0000001CthumbsAs a result of changing an AnnObjectsPoints.
0x0000001DhiliteAs a result of changing an AnnHiliteObject.
0x0000001EdesignerDrawAs a result of the user interface drawing a new object via the AnnDrawDesigner user interface.
0x0000001FdesignerEditAs a result of the user interface editing an existing object via the AnnEditDesigner user interface.
0x00000020resetRotatePointsAs a result of resetting the rotate control points of an existing object via the AnnEditDesigner user interface. For more information, refer to Annotation Rotation Options.
0x00000021fixedAs a result of changing fixed state property of an object (FixedStateOperations).
34addedAn object is added.
35modifiedAn object is modified.
36metadataAn object metadata is modified.
See Also

Reference

Leadtools.Annotations.Automation Namespace

Error processing SSI file