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,
};
Value | Member | Description |
---|---|---|
0x00000000 | none | No change. |
0x00000001 | bringToFront | As a result of either calling the BringToFront method manually or from the user interface. |
0x00000002 | sendToBack | As a result of either calling the AnnAutomation.SendToBack method manually or from the user interface. |
0x00000003 | deleted | As a result of either calling the DeleteSelectedObjects method manually or from the user interface. |
0x00000004 | lock | As a result of either calling the Lock method manually or from the user interface. |
0x00000005 | unlock | As a result of either calling the Unlock method manually or from the user interface. |
6 | paste | Not used. |
0x00000007 | flip | As a result of either calling the AnnAutomation.Flip method manually or from the user interface. |
0x00000008 | realizeRedaction | As a result realizing a redaction object. |
0x00000009 | restoreRedaction | As a result of restoring a redaction object. |
10 | applyEncryptor | Not used. |
11 | applyDecryptor | Not used. |
0x0000000C | name | As a result of changing an AnnObjectsLabels property. |
0x0000000D | hyperlink | As a result of changing an AnnObjectsHyperlink property. |
0x0000000E | text | As a result of changing an AnnTextObject derived object. |
0x0000000F | picture | As a result of changing the Picture property of an annotation object. |
0x00000010 | pictures | Not used |
0x00000011 | ruler | As a result of changing an AnnPolyRulerObject derived object. |
0x00000012 | stroke | As a result of changing an AnnObjectsStroke property. |
0x00000013 | fill | As a result of changing an AnnObjectsFill property. |
0x00000014 | font | As a result of changing an AnnObjectsFont property. |
21 | encrypt | Not used. |
0x00000016 | polygon | As a result of changing a polygon object. |
0x00000017 | curve | As a result of changing an AnnCurveObject. |
0x00000018 | protractor | As a result of changing an AnnProtractorObject. |
0x00000019 | rubberStamp | As a result of changing an AnnRubberStampObject. |
0x0000001A | point | As a result of changing an AnnPointObject. |
27 | audio | Not used. |
0x0000001C | thumbs | As a result of changing an AnnObjectsPoints. |
0x0000001D | hilite | As a result of changing an AnnHiliteObject. |
0x0000001E | designerDraw | As a result of the user interface drawing a new object via the AnnDrawDesigner user interface. |
0x0000001F | designerEdit | As a result of the user interface editing an existing object via the AnnEditDesigner user interface. |
0x00000020 | resetRotatePoints | As 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. |
0x00000021 | fixed | As a result of changing fixed state property of an object (FixedStateOperations). |
34 | added | An object is added. |
35 | modified | An object is modified. |
36 | metadata | An object metadata is modified. |