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




In This Topic
    ImGearARTSaveType Enumeration
    In This Topic
    Specifies annotations save formats.
    Syntax
    'Declaration
     
    Public Enum ImGearARTSaveType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTSaveType
    public enum ImGearARTSaveType : System.Enum 
    __value public enum ImGearARTSaveType : public System.Enum 
    public enum class ImGearARTSaveType : public System.Enum 
    Members
    MemberValueDescription
    LEGACY2Legacy ART 2.0 storage format.
    WANG3WANG storage format.
    XML1XML storage format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTSaveType

    See Also