public enum AnnObjectChangedType : System.Enum
public enum AnnObjectChangedType : System.Enum
enum LTAnnObjectChangedType
public enum AnnObjectChangedType
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, };
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 AnnAutomation.DeleteSelectedObjects method manually or from the user interface. |
0x00000004 | Lock | As a result of either calling the AnnAutomation.Lock method manually or from the user interface. |
0x00000005 | Unlock | As a result of either calling the AnnAutomation.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 AnnObjectsLeadtools.Annotations.Core.AnnObject.Labels property. |
0x0000000D | Hyperlink | As a result of changing an AnnObjectsLeadtools.Annotations.Core.AnnObject.Hyperlink property. |
0x0000000E | Text | As a result of changing an Leadtools.Annotations.Core.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 Leadtools.Annotations.Core.AnnPolyRulerObject derived object. |
0x00000012 | Stroke | As a result of changing an AnnObjectsLeadtools.Annotations.Core.AnnObject.Stroke property. |
0x00000013 | Fill | As a result of changing an AnnObjectsLeadtools.Annotations.Core.AnnObject.Fill property. |
0x00000014 | Font | As a result of changing an AnnObjectsLeadtools.Annotations.Core.AnnObject.Font property. |
21 | Encrypt | Not used. |
0x00000016 | Polygon | As a result of changing a polygon object. |
0x00000017 | Curve | As a result of changing an Leadtools.Annotations.Core.AnnCurveObject. |
0x00000018 | Protractor | As a result of changing an Leadtools.Annotations.Core.AnnProtractorObject. |
0x00000019 | RubberStamp | As a result of changing an Leadtools.Annotations.Core.AnnRubberStampObject. |
0x0000001A | Point | As a result of changing an Leadtools.Annotations.Core.AnnPointObject. |
27 | Audio | Not used. |
0x0000001C | Thumbs | As a result of changing an AnnObjectsLeadtools.Annotations.Core.AnnObject.Points. |
0x0000001D | Hilite | As a result of changing an Leadtools.Annotations.Core.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 (Leadtools.Annotations.Core.AnnObject.FixedStateOperations). |
34 | Added | An object is added. |
35 | Modified | An object is modified. |