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




In This Topic
    ImGearARTTextType Enumeration
    In This Topic
    Specifies a type of string in the text mark's "Text" property.
    Syntax
    'Declaration
     
    Public Enum ImGearARTTextType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTTextType
    public enum ImGearARTTextType : System.Enum 
    __value public enum ImGearARTTextType : public System.Enum 
    public enum class ImGearARTTextType : public System.Enum 
    Members
    MemberValueDescription
    DIRECT_TEXT0Text is stored directly in the mark.
    FILE_NAME1Text is stored in the file specified by mark's "Text" property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTTextType

    See Also