Gets a list of zone types supported by this IOcrEngine.
public OcrZoneType[] GetSupportedZoneTypes()
Function GetSupportedZoneTypes() As Leadtools.Forms.Ocr.OcrZoneType()
[Leadtools.Forms.Ocr.OcrZoneType[]](ocrzonetype.md) GetSupportedZoneTypes()
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedZoneTypes
public ArrayList<OcrZoneType> getSupportedZoneTypes()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedZoneTypes()
Leadtools.Forms.Ocr.array<OcrZoneType>^ GetSupportedZoneTypes();
An array of OcrZoneType members that list the zone types supported by this IOcrEngine.
To determine whether a particular zone type is supported by the engine, use IsZoneTypeSupported.
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