LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnObjectChangedType Enumeration

Show in webframe





Indicates the type of change to the AnnObject
Syntax
public enum AnnObjectChangedType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum AnnObjectChangedType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnObjectChangedType

            

            
public enum class AnnObjectChangedType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change
0x00000001BringToFrontAs a result from either calling the AnnAutomation.BringToFront method manually or from the user interface.
0x00000002SendToBackAs a result from either calling the AnnAutomation.SendToBack method manually or from the user interface.
0x00000003DeleteAs a result from either calling the AnnAutomation.Delete method manually or from the user interface.
0x00000004LockAs a result from either calling the AnnAutomation.Lock method manually or from the user interface.
0x00000005UnlockAs a result from either calling the AnnAutomation.Unlock method manually or from the user interface.
0x00000006PasteAs a result from either calling the AnnAutomation.Paste method manually or from the user interface.
0x00000007FlipAs a result from either calling the AnnAutomation.Flip method manually or from the user interface.
0x00000008RealizeRedactionAs a result from either calling the AnnAutomation.RealizeRedaction or AnnAutomation.RealizeAllRedactions methods manually or from the user interface.
0x00000009RestoreRedactionAs a result from either calling the AnnAutomation.RestoreRedaction or AnnAutomation.RestoreAllRedactions methods manually or from the user interface.
0x0000000AHeaderAs a result from changing the AnnObject Header properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000000BHyperlinkAs a result from changing the AnnObject.AnnObject.Hyperlink property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000000CTextAs a result from changing an IAnnText derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000000DPictureAs a result from changing an IAnnPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000000EStrokeAs a result from changing an AnnObject stroke properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000000FFillAs a result from changing an AnnObject.Fill property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000010FontAs a result from changing an AnnObject Font properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000011PolygonAs a result from changing an AnnPolygonObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000012CurveAs a result from changing an AnnCurveObject or AnnClosedCurveObjectproperty from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000013RubberStampAs a result from changing an AnnRubberStampObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000014PointAs a result from changing an AnnPointObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000015ControlPointsAs a result from changing the control points and gap properties from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000016HiliteAs a result from changing an AnnHiliteObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000017DesignerDrawAs a result from the user interface drawing a new object via the AnnDrawDesigner user interface.
0x00000018DesignerEditAs a result from the user interface editing an existing object via the AnnEditDesigner user interface.
0x00000019ResetRotatePoints

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.

0x0000001ARulerAs a result from changing an IAnnRuler derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000001BProtractorAs a result from changing an AnnProtractorObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000001CAudioAs a result from changing an AnnAudioObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000001DEncryptAs a result from changing an AnnEncryptObject property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x0000001EApplyEncryptorAs a result from either calling the AnnAutomation.ApplyEncryptor or AnnAutomation.ApplyAllEncryptors methods manually or from the user interface.
0x0000001FApplyDecryptorAs a result from either calling the AnnAutomation.ApplyDecryptor or AnnAutomation.ApplyAllDecryptors methods manually or from the user interface.
0x00000020PicturesAs a result from changing an IAnnPrimarySecondaryPicture derived object property from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000021VideoAs a result from changing the video URL property of a video object (AnnVideoObject.Uri) from the AnnAutomationManager.ObjectPropertiesDialogType user interface.
0x00000022FixedStateAs 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Annotations.AnnObjectChangedType

Requirements

Target Platforms

See Also

Reference

Leadtools.Windows.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.