ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecOutputManager Class |
The following tables list the members exposed by ImGearRecOutputManager.
Name | Description | |
---|---|---|
CodePage | Gets or sets the Code Page used for output and character conversion. | |
CodePages | Gets collection of available Code Pages for output. | |
DirectTextFormat | Gets or sets direct text format for ImGearRecOutputManager.WriteDirectText methods. | |
Format | Gets or sets format used for output. | |
Formats | Gets collection of available output formats. | |
Level | Gets or sets the level of format retention for the final output document. | |
MissingSymbol | Gets or sets character used for output characters which are missing in the current Code Page. | |
OutOfCodePageCharacters | Gets characters validated for recognition but not available in current Code Page. | |
RejectionSymbol | Gets or sets character used for rejected characters in output. |
Name | Description | |
---|---|---|
ConvertCodePageToUnicode | Converts character from Code Page to Unicode. | |
ConvertUnicodeToCodePage | Converts character from Unicode to Code Page. | |
CreateDocument | Creates a new instance of the ImGearRecDocument class. A null or empty string argument is valid. | |
OpenDocument | Creates a new instance of the ImGearRecDocument class and fills it with data from the specified data file. | |
WriteDirectText | Overloaded. Writes the recognition data of the page to the file in the direct text format. | |
WriteDocument | Saves a document to the specified file according to the current conversion settings. |