OcrEngineSettings Class Members
In This Topic
The following tables list the members exposed by
OcrEngineSettings.
Public Constructors
| Name | Description |
 | OcrEngineSettings | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | CharWhiteList | Gets or sets the list of characters, which are allowable in recognizing text. |
 | EngineType | Gets the type of OCR engine. |
 | Language | Gets or sets the language for recognition. |
 | Languages | Gets or sets the languages for recognition. |
 | RecognitionRegionType | Gets or sets the type of the recognition region. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current OcrEngineSettings instance. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
See Also