Leadtools.Forms.Ocr Namespace : OcrCharacterFontStyle Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum OcrCharacterFontStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum OcrCharacterFontStyle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrCharacterFontStyle
[FlagsAttribute()] [SerializableAttribute()] public enum OcrCharacterFontStyle : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrCharacterFontStyle = function() { }; Leadtools.Forms.Ocr.OcrCharacterFontStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrCharacterFontStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bold | Bold text |
Italic | Italic text |
Proportional | Proportional text. If this flag is not set, the text is mono-spaced. |
Regular | Normal text |
SansSerif | SansSerif text |
Serif | Serif text |
Subscript | Subscript text |
Superscript | Super script text |
Underline | Underlined text |
The OcrCharacter.FontStyle property contains the font attributes of the recognized character.
The values of OcrCharacterFontStyle can be combined together (OR-ed).
Note: These attributes are not supported in the LEADTOOLS OCR Advantage Engine.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCharacterFontStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Leadtools.Forms.Ocr Namespace
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR