←Select platform

AnnObjectChangedType Enumeration

Summary

Indicates the type of change to the AnnObject

Syntax

C#
VB
C++
public enum AnnObjectChangedType 
  
Public Enum AnnObjectChangedType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnObjectChangedType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneNo change
1BringToFrontAs a result from either calling the AnnAutomation.BringToFront method manually or from the user interface.
2SendToBackAs a result from either calling the AnnAutomation.SendToBack method manually or from the user interface.
3DeleteAs a result from either calling the AnnAutomation.Delete method manually or from the user interface.
4LockAs a result from either calling the AnnAutomation.Lock method manually or from the user interface.
5UnlockAs a result from either calling the AnnAutomation.Unlock method manually or from the user interface.
6PasteAs a result from either calling the AnnAutomation.Paste method manually or from the user interface.
7FlipAs a result from either calling the AnnAutomation.Flip method manually or from the user interface.
8RealizeRedactionAs a result from either calling the AnnAutomation.RealizeRedaction or AnnAutomation.RealizeAllRedactions methods manually or from the user interface.
9RestoreRedactionAs a result from either calling the AnnAutomation.RestoreRedaction or AnnAutomation.RestoreAllRedactions methods manually or from the user interface.
10HeaderAs a result from changing the AnnObject Header properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
11HyperlinkAs a result from changing the AnnObject.AnnObject.Hyperlink property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
12TextAs a result from changing an IAnnText derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
13PictureAs a result from changing an IAnnPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
14StrokeAs a result from changing an AnnObject stroke properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
15FillAs a result from changing an AnnObject.Fill property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
16FontAs a result from changing an AnnObject Font properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
17PolygonAs a result from changing an AnnPolygonObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
18CurveAs a result from changing an AnnCurveObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
19RubberStampAs a result from changing an AnnRubberStampObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
20PointAs a result from changing an AnnPointObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
21ControlPointsAs a result from changing the control points and gap properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
22HiliteAs a result from changing an AnnHiliteObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
23DesignerDrawAs a result from the user interface drawing a new object via the AnnDrawDesigner user interface.
24DesignerEditAs a result from the user interface editing an existing object via the AnnEditDesigner user interface.
25ResetRotatePoints

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.

26RulerAs a result from changing an IAnnRuler derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
27ProtractorAs a result from changing an AnnProtractorObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
28AudioAs a result from changing an AnnAudioObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
29EncryptAs a result from changing an AnnEncryptObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
30ApplyEncryptorAs a result from either calling the AnnAutomation.ApplyEncryptor or AnnAutomation.ApplyAllEncryptors methods manually or from the user interface.
31ApplyDecryptorAs a result from either calling the AnnAutomation.ApplyDecryptor or AnnAutomation.ApplyAllDecryptors methods manually or from the user interface.
32PicturesAs a result from changing an IAnnPrimarySecondaryPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
33VideoAs a result from changing the video URL property of a video object (AnnVideoObject.Uri) from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
34FixedStateAs a result from changing fixed state property of an object (AnnObject.FixedState) from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
Example

For C#/VB examples, refer to AnnAutomation.BeforeObjectChanged.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly