ImageGear .NET v25.1 - Updated
ImGearOCRFontFlags Enumeration




ImageGear.OCR Assembly > ImageGear.OCR Namespace : ImGearOCRFontFlags Enumeration
Provides information about the style and font weight of the a character.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearOCRFontFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearOCRFontFlags
[Flags()]
public enum ImGearOCRFontFlags : System.Enum 
[Flags()]
__value public enum ImGearOCRFontFlags : public System.Enum 
[Flags()]
public enum class ImGearOCRFontFlags : public System.Enum 
Members
MemberValueDescription
BOLD4 Indicates that the relevant character is bold.
ITALIC2 Indicates that the relevant character is italic.
MONOSPACED8 Monospaced character. See also PROPORTIONAL.
NONE0 Default value. Indicates no font style information.
PROPORTIONAL16 Proportional character. It is not possible for both PROPORTIONAL and MONOSPACED to be set. If both are unset we do not know whether it is Monospaced or not.
SANSSERIF64 Sans Serif character. It is not possible for both SANSSERIF and SERIF to be set. If both are unset we do not know whether it is Serif or not.
SERIF32 Serif character. See also SANSSERIF.
SPACED1 Indicates that individual characters are separated by single spaces.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.OCR.ImGearOCRFontFlags

See Also

Reference

ImageGear.OCR Namespace