ImageGear .NET - Updated
ImGearARTTextType Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTTextType Enumeration
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
MemberDescription
DIRECT_TEXTText is stored directly in the mark.
FILE_NAMEText is stored in the file specified by mark's "Text" property.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.ART Namespace