C#
VB
C++
Indicates the type of change to the AnnObject
public enum AnnObjectChangedType Public Enum AnnObjectChangedTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class AnnObjectChangedType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | None | No change |
| 1 | BringToFront | As a result from either calling the AnnAutomation.BringToFront method manually or from the user interface. |
| 2 | SendToBack | As a result from either calling the AnnAutomation.SendToBack method manually or from the user interface. |
| 3 | Delete | As a result from either calling the AnnAutomation.Delete method manually or from the user interface. |
| 4 | Lock | As a result from either calling the AnnAutomation.Lock method manually or from the user interface. |
| 5 | Unlock | As a result from either calling the AnnAutomation.Unlock method manually or from the user interface. |
| 6 | Paste | As a result from either calling the AnnAutomation.Paste method manually or from the user interface. |
| 7 | Flip | As a result from either calling the AnnAutomation.Flip method manually or from the user interface. |
| 8 | RealizeRedaction | As a result from either calling the AnnAutomation.RealizeRedaction or AnnAutomation.RealizeAllRedactions methods manually or from the user interface. |
| 9 | RestoreRedaction | As a result from either calling the AnnAutomation.RestoreRedaction or AnnAutomation.RestoreAllRedactions methods manually or from the user interface. |
| 10 | Header | As a result from changing the AnnObject Header properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 11 | Hyperlink | As a result from changing the AnnObject.AnnObject.Hyperlink property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 12 | Text | As a result from changing an IAnnText derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 13 | Picture | As a result from changing an IAnnPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 14 | Stroke | As a result from changing an AnnObject stroke properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 15 | Fill | As a result from changing an AnnObject.Fill property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 16 | Font | As a result from changing an AnnObject Font properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 17 | Polygon | As a result from changing an AnnPolygonObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 18 | Curve | As a result from changing an AnnCurveObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 19 | RubberStamp | As a result from changing an AnnRubberStampObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 20 | Point | As a result from changing an AnnPointObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 21 | ControlPoints | As a result from changing the control points and gap properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 22 | Hilite | As a result from changing an AnnHiliteObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 23 | DesignerDraw | As a result from the user interface drawing a new object via the AnnDrawDesigner user interface. |
| 24 | DesignerEdit | As a result from the user interface editing an existing object via the AnnEditDesigner user interface. |
| 25 | ResetRotatePoints |
As a result from resetting the rotate control points of an existing object via the AnnEditDesigner user interface. For more information, refer to WPF Annotation Rotation Options. |
| 26 | Ruler | As a result from changing an IAnnRuler derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 27 | Protractor | As a result from changing an AnnProtractorObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 28 | Audio | As a result from changing an AnnAudioObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 29 | Encrypt | As a result from changing an AnnEncryptObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 30 | ApplyEncryptor | As a result from either calling the AnnAutomation.ApplyEncryptor or AnnAutomation.ApplyAllEncryptors methods manually or from the user interface. |
| 31 | ApplyDecryptor | As a result from either calling the AnnAutomation.ApplyDecryptor or AnnAutomation.ApplyAllDecryptors methods manually or from the user interface. |
| 32 | Pictures | As a result from changing an IAnnPrimarySecondaryPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 33 | Video | As a result from changing the video URL property of a video object (AnnVideoObject.Uri) from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
| 34 | FixedState | As a result from changing fixed state property of an object (AnnObject.FixedState) from the AnnAutomationManager.ObjectPropertiesDialogType user interface. |
For C#/VB examples, refer to AnnAutomation.BeforeObjectChanged.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
