←Select platform

AnnObjectChangedType Enumeration

Summary

Indicates the type of change to the AnnObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnObjectChangedType
Public Enum AnnObjectChangedType
public enum AnnObjectChangedType
enum LTAnnObjectChangedType
public enum AnnObjectChangedType
Leadtools.Annotations.Automation.AnnObjectChangedType = function() { }; 
Leadtools.Annotations.Automation.AnnObjectChangedType.prototype = { 
 
  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, 
     
 }; 

Members

ValueMemberDescription
0NoneNo change.
1BringToFrontAs a result of either calling the BringToFront method manually or from the user interface.
2SendToBackAs a result of either calling the AnnAutomation.SendToBack method manually or from the user interface.
3DeletedAs a result of either calling the DeleteSelectedObjects method manually or from the user interface.
4LockAs a result of either calling the Lock method manually or from the user interface.
5UnlockAs a result of either calling the Unlock method manually or from the user interface.
6Paste Not used.
7FlipAs a result of either calling the AnnAutomation.Flip method manually or from the user interface.
8RealizeRedactionAs a result realizing a redaction object.
9RestoreRedactionAs a result of restoring a redaction object.
10ApplyEncryptor Not used.
11ApplyDecryptor Not used.
12NameAs a result of changing an AnnObjectsLabels property.
13HyperlinkAs a result of changing an AnnObjectsHyperlink property.
14TextAs a result of changing an AnnTextObject derived object.
15PictureAs a result of changing the Picture property of an annotation object.
16PicturesNot used
17RulerAs a result of changing an AnnPolyRulerObject derived object.
18StrokeAs a result of changing an AnnObjectsStroke property.
19FillAs a result of changing an AnnObjectsFill property.
20FontAs a result of changing an AnnObjectsFont property.
21Encrypt Not used.
22PolygonAs a result of changing a polygon object.
23CurveAs a result of changing an AnnCurveObject.
24ProtractorAs a result of changing an AnnProtractorObject.
25RubberStampAs a result of changing an AnnRubberStampObject.
26PointAs a result of changing an AnnPointObject.
27Audio Not used.
28ThumbsAs a result of changing an AnnObjectsPoints.
29HiliteAs a result of changing an AnnHiliteObject.
30DesignerDrawAs a result of the user interface drawing a new object via the AnnDrawDesigner user interface.
31DesignerEditAs a result of the user interface editing an existing object via the AnnEditDesigner user interface.
32ResetRotatePointsAs 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.
33FixedAs a result of changing fixed state property of an object (FixedStateOperations).
34Added An object is added.
35Modified An object is modified.
36Metadata An object metadata is modified.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize