| Visual Basic (Declaration) | |
|---|---|
Overridable Function GetSupportedZoneTypes() As OcrZoneType() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual OcrZoneType[] GetSupportedZoneTypes() | |
| C++/CLI | |
|---|---|
virtual array<OcrZoneType>^ GetSupportedZoneTypes(); | |
Return Value
An array of OcrZoneType members that list the zone types supported by this IOcrEngine.For an example, refer to IOcrZoneManager.
To determine whether a particular zone type is supported by the engine, use IsZoneTypeSupported.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code