ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTModifyReason Enumeration




In This Topic
    ImGearARTModifyReason Enumeration
    In This Topic
    Specifies type of the annotation's change.
    Syntax
    'Declaration
     
    Public Enum ImGearARTModifyReason 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTModifyReason
    public enum ImGearARTModifyReason : System.Enum 
    __value public enum ImGearARTModifyReason : public System.Enum 
    public enum class ImGearARTModifyReason : public System.Enum 
    Members
    MemberValueDescription
    ATTRIBUTE_CHANGE2Annotation attribute change. .
    MOVE3Annotation move.
    RESIZE4Annotation resize.
    RTF_EDIT1RTF annotation change.
    TEXT_EDIT0Annotation text change.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.Forms.ImGearARTModifyReason

    See Also