Checks whether the specified zone type is supported by this IOcrEngine.
public bool IsNativeZoneTypeSupported(
NativeOcrZoneType zoneType
)
Function IsNativeZoneTypeSupported( _
ByVal zoneType As Leadtools.Forms.Ocr.NativeOcrZoneType _
) As Boolean
bool IsNativeZoneTypeSupported(
Leadtools.Forms.Ocr.NativeOcrZoneType zoneType
)
public boolean isNativeZoneTypeSupported(NativeOcrZoneType zoneType)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeZoneTypeSupported(
zoneType
)
bool IsNativeZoneTypeSupported(
Leadtools.Forms.Ocr.NativeOcrZoneType zoneType
)
zoneType
The zone type to check.
True if zoneType is supported by this IOcrEngine; otherwise, it is false.
Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.
To get all of the zone types supported by the engine, use GetSupportedNativeZoneTypes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET