ImageGear PDF v25.1 - Updated
ImGearARTFontStyles Enumeration




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTFontStyles Enumeration
Specifies text font style information.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearARTFontStyles 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTFontStyles
[Flags()]
public enum ImGearARTFontStyles : System.Enum 
[Flags()]
__value public enum ImGearARTFontStyles : public System.Enum 
[Flags()]
public enum class ImGearARTFontStyles : public System.Enum 
Members
MemberValueDescription
Bold1 Bold text.
Italic2 Italic text.
Regular0 Normal text.
Strikeout8 Text with a line through the middle.
Underline4 Underlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTFontStyles

See Also

Reference

ImageGear.ART Namespace