|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
| Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace : AnnObjectChangedType Enumeration |
public enum AnnObjectChangedType : System.Enum
'Declaration
Public Enum AnnObjectChangedType Inherits System.Enum
public enum AnnObjectChangedType : System.Enum
enum LTAnnObjectChangedType
public enum AnnObjectChangedType
Leadtools.Annotations.Automation.AnnObjectChangedType = function() { };
Leadtools.Annotations.Automation.AnnObjectChangedType.prototype = {<br/>
None = 0x00000000,
BringToFront = 0x00000001,
SendToBack = 0x00000002,
Deleted = 0x00000003,
Lock = 0x00000004,
Unlock = 0x00000005,
Paste = 0x00000006,
Flip = 0x00000007,
RealizeRedaction = 0x00000008,
RestoreRedaction = 0x00000009,
ApplyEncryptor = 0x0000000A,
ApplyDecryptor = 0x0000000B,
Name = 0x0000000C,
Hyperlink = 0x0000000D,
Text = 0x0000000E,
Picture = 0x0000000F,
Pictures = 0x00000010,
Ruler = 0x00000011,
Stroke = 0x00000012,
Fill = 0x00000013,
Font = 0x00000014,
Encrypt = 0x00000015,
Polygon = 0x00000016,
Curve = 0x00000017,
Protractor = 0x00000018,
RubberStamp = 0x00000019,
Point = 0x0000001A,
Audio = 0x0000001B,
Thumbs = 0x0000001C,
Hilite = 0x0000001D,
DesignerDraw = 0x0000001E,
DesignerEdit = 0x0000001F,
ResetRotatePoints = 0x00000020,
Fixed = 0x00000021,
Added = 0x00000022,
Modified = 0x00000023,
Metadata = 0x00000024,
};
| 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. ![]() ![]() ![]() ![]() |
| 0x00000006 | 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. ![]() ![]() ![]() ![]() |
| 0x0000000A | ApplyEncryptor | Not used. ![]() ![]() ![]() ![]() |
| 0x0000000B | 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. ![]() ![]() ![]() ![]() |
| 0x00000015 | 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. ![]() ![]() ![]() ![]() |
| 0x0000001B | 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). ![]() ![]() ![]() ![]() |
| 0x00000022 | Added | An object is added. ![]() ![]() ![]() ![]() |
| 0x00000023 | Modified | An object is modified. ![]() ![]() ![]() ![]() |
| 0x00000024 | Metadata | An object metadata is modified. ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Automation.AnnObjectChangedType