C#
VB
Java
Objective-C
WinRT C#
C++
Font types used when saving the final document.
[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
Value | Member | Description |
---|---|---|
0 | ProportionalSerif | The font used with proportional serif characters |
1 | ProportionalSansSerif | The font used with proportional sans-serif characters |
2 | FixedSerif | The font used with monospaced serif characters |
3 | FixedSansSerif | The font used with monospaced sans-serif characters |
4 | MICR | The font used with MICR (check font) characters |
OcrDocumentFontType is used with IOcrDocumentManager.GetFontName and IOcrDocumentManager.SetFontName to get/set the fonts used in the final recognized document (PDF, DOC, HTML, etc)..
For an example, refer to IOcrDocumentManager.SetFontName.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET