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
enum LTOcrCharacterFontStyle
public enum OcrCharacterFontStyle
Leadtools.Forms.Ocr.OcrCharacterFontStyle = function() { }; Leadtools.Forms.Ocr.OcrCharacterFontStyle.prototype = {
Regular = 0x00000000, Bold = 0x00000001, Italic = 0x00000002, Underline = 0x00000004, Serif = 0x00000008, SansSerif = 0x00000008, Proportional = 0x00000020, Superscript = 0x00000040, Subscript = 0x00000080, Strikeout = 0x00000100, };
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrCharacterFontStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
The OcrCharacter.FontStyle property contains the font attributes of the recognized character.
The values of OcrCharacterFontStyle can be combined together (OR-ed).
Note: SansSerif, Serif, Superscript, and Subscript attributes are not supported in the LEADTOOLS OCR Advantage Engine.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCharacterFontStyle
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