Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrCharacterFontStyle Enumeration








Indicates the font attributes for recognized characters.
Syntax
'Declaration
 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterFontStyle 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrCharacterFontStyle
typedef NS_OPTIONS(NSUInteger, LTOcrCharacterFontStyle)
public enum OcrCharacterFontStyle
Leadtools.Forms.Ocr.OcrCharacterFontStyle = function() { };
Leadtools.Forms.Ocr.OcrCharacterFontStyle.prototype = {<br/>
  Regular = 0x00000000,
	Bold = 0x00000001,
	Italic = 0x00000002,
	Underline = 0x00000004,
	SansSerif = 0x00000008,
	Serif = 0x00000010,
	Proportional = 0x00000020,
	Superscript = 0x00000040,
	Subscript = 0x00000080,
	Strikeout = 0x00000100,
	
 };
Members
ValueMemberDescription
0x00000000Regular Normal text
0x00000001Bold Bold text
0x00000002Italic Italic text
0x00000004Underline Underlined text
0x00000008SansSerif SansSerif text
0x00000010Serif Serif text
0x00000020Proportional Proportional text. If this flag is not set, the text is mono-spaced.
0x00000040Superscript Super script text
0x00000080Subscript Subscript text
0x00000100Strikeout Strikeout text
Remarks

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.

Example
For an example, refer to IOcrPage.GetRecognizedCharacters.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrCharacterFontStyle

Requirements

Target Platforms

See Also

Reference

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

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features