Checks whether the specified zone type is supported by this IOcrEngine.
public bool IsZoneTypeSupported(
OcrZoneType zoneType
)
Function IsZoneTypeSupported( _
ByVal zoneType As Leadtools.Forms.Ocr.OcrZoneType _
) As Boolean
bool IsZoneTypeSupported(
Leadtools.Forms.Ocr.OcrZoneType zoneType
)
- (BOOL)isZoneTypeSupported:(LTOcrZoneType)zoneType
public boolean isZoneTypeSupported(OcrZoneType zoneType)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsZoneTypeSupported(
zoneType
)
bool IsZoneTypeSupported(
Leadtools.Forms.Ocr.OcrZoneType zoneType
)
zoneType
The zone type to check.
True if zoneType is supported by this IOcrEngine; otherwise, it is false.
To get all of the zone types supported by the engine, use GetSupportedZoneTypes.
For an example, refer to IOcrZoneManager.
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