Indicates the font attributes for recognized characters.
[SerializableAttribute()]
[FlagsAttribute()]
public enum OcrCharacterFontStyle
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterFontStyle
typedef NS_OPTIONS(NSUInteger, LTOcrCharacterFontStyle)
public enum OcrCharacterFontStyle
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCharacterFontStyle
Value | Member | Description |
---|---|---|
0x00000000 | Regular | Normal text |
0x00000001 | Bold | Bold text |
0x00000002 | Italic | Italic text |
0x00000004 | Underline | Underlined text |
0x00000008 | SansSerif | SansSerif text |
0x00000010 | Serif | Serif text |
0x00000020 | Proportional | Proportional text. If this flag is not set, the text is mono-spaced. |
0x00000040 | Superscript | Super script text |
0x00000080 | Subscript | Subscript text |
0x00000100 | Strikeout | Strikeout text |
The OcrCharacter.FontStyle property contains the font attributes of the recognized character.
The values of OcrCharacterFontStyle can be combined together (OR-ed).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document