| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Property ValueType As OcrSettingValueType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual OcrSettingValueType ValueType {get;} | |
| C++/CLI | |
|---|---|
virtual property OcrSettingValueType ValueType { OcrSettingValueType get(); } | |
Return Value
One of the OcrSettingValueType enumeration member specifying the setting type.For an example, refer to IOcrSettingManager.
You can also get the setting value type by calling IOcrSettingManager.GetSettingValueType.
For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code