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

Show in webframe

OcrDocumentFontType Enumeration








Font types used when saving the final document.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrDocumentFontType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrDocumentFontType
typedef NS_ENUM(NSInteger, LTOcrDocumentFontType)
public enum OcrDocumentFontType
Leadtools.Forms.Ocr.OcrDocumentFontType = function() { };
Leadtools.Forms.Ocr.OcrDocumentFontType.prototype = {<br/>
  ProportionalSerif = 0,
	ProportionalSansSerif = 1,
	FixedSerif = 2,
	FixedSansSerif = 3,
	MICR = 4,
	
 };
[SerializableAttribute()]
public enum class OcrDocumentFontType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0ProportionalSerif The font used with proportional serif characters
1ProportionalSansSerif The font used with proportional sans-serif characters
2FixedSerif The font used with monospaced serif characters
3FixedSansSerif The font used with monospaced sans-serif characters
4MICR The font used with MICR (check font) characters
Remarks

OcrDocumentFontType is used with IOcrDocumentManager.GetFontName and IOcrDocumentManager.SetFontName to get/set the fonts used in the final recognized document (PDF, DOC, HTML, etc)..

Example

For an example, refer to IOcrDocumentManager.SetFontName.

Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

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