←Select platform

OcrDocumentFontType Enumeration

Summary

Font types used when saving the final document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrDocumentFontType   
<SerializableAttribute()> 
Public Enum OcrDocumentFontType  
    
    
[SerializableAttribute()] 
public enum 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   

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly