Leadtools.Annotations Namespace : AnnObjectChangedType Enumeration |
public enum AnnObjectChangedType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AnnObjectChangedType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnObjectChangedType
public enum class AnnObjectChangedType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No change |
0x00000001 | BringToFront | As a result from either calling the AnnAutomation.BringToFront method manually or from the user interface. |
0x00000002 | SendToBack | As a result from either calling the AnnAutomation.SendToBack method manually or from the user interface. |
0x00000003 | Delete | As a result from either calling the AnnAutomation.Delete method manually or from the user interface. |
0x00000004 | Lock | As a result from either calling the AnnAutomation.Lock method manually or from the user interface. |
0x00000005 | Unlock | As a result from either calling the AnnAutomation.Unlock method manually or from the user interface. |
0x00000006 | Paste | As a result from either calling the AnnAutomation.Paste method manually or from the user interface. |
0x00000007 | Flip | As a result from either calling the AnnAutomation.Flip method manually or from the user interface. |
0x00000008 | RealizeRedaction | As a result from either calling the AnnAutomation.RealizeRedaction or AnnAutomation.RealizeAllRedactions methods manually or from the user interface. |
0x00000009 | RestoreRedaction | As a result from either calling the AnnAutomation.RestoreRedaction or AnnAutomation.RestoreAllRedactions methods manually or from the user interface. |
0x0000000A | ApplyEncryptor | As a result from either calling the AnnAutomation.ApplyEncryptor or AnnAutomation.ApplyAllEncryptors methods manually or from the user interface. |
0x0000000B | ApplyDecryptor | As a result from either calling the AnnAutomation.ApplyDecryptor or AnnAutomation.ApplyAllDecryptors methods manually or from the user interface. |
0x0000000C | Name | As a result from changing the AnnObject Name properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000000D | Hyperlink | As a result from changing the AnnObject.AnnObject.Hyperlink property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000000E | Text | As a result from changing an IAnnTextObject derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000000F | Picture | As a result from changing an IAnnPictureObject derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000010 | Pictures | As a result from changing an IAnnPrimarySecondaryPictureObject derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000011 | Ruler | As a result from changing an IAnnRulerObject derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000012 | Pen | As a result from changing an AnnDrawable derived object AnnDrawable.Pen property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000013 | Brush | As a result from changing an AnnDrawable derived object AnnDrawable.Brush property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000014 | Font | As a result from changing an AnnDrawable derived object AnnDrawable.Font property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000015 | Encrypt | As a result from changing an AnnEncryptObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000016 | Polygon | As a result from changing an AnnPolygonObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000017 | Curve | As a result from changing an AnnCurveObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000018 | Protractor | As a result from changing an AnnProtractorObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x00000019 | RubberStamp | As a result from changing an AnnRubberStampObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000001A | Point | As a result from changing an AnnPointObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000001B | Audio | As a result from changing an AnnAudioObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000001C | ControlPoints | As a result from changing the control points and gap properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000001D | Hilite | As a result from changing an AnnHiliteObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
0x0000001E | DesignerDraw | As a result from the user interface drawing a new object via the AnnDrawDesigner user interface. |
0x0000001F | DesignerEdit | As a result from the user interface editing an existing object via the AnnEditDesigner user interface. |
0x00000020 | ResetRotatePoints |
As a result from resetting the rotate control points of an existing object via the AnnEditDesigner user interface. For more information, refer to New Annotation Features of Version 14.5. |
0x00000021 | Fixed | As a result from changing the 'fixed' state of an existing object via the AnnEditDesigner user interface. |
0x00000022 | Video | As a result from changing an AnnVideoObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnObjectChangedType