- zoneType
- The zone type to check.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function IsZoneTypeSupported( _ ByVal zoneType As OcrZoneType _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual bool IsZoneTypeSupported( OcrZoneType zoneType ) | |
| C++/CLI | |
|---|---|
virtual bool IsZoneTypeSupported( OcrZoneType zoneType ) | |
Parameters
- zoneType
- The zone type to check.
Return Value
True if zoneType is supported by this IOcrEngine otherwise; it is false.For an example, refer to IOcrZoneManager.
To get all the zone types supported by the engine, use GetSupportedZoneTypes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code