Gets a list of zone types supported by this IOcrEngine.
public NativeOcrZoneType[] GetSupportedNativeZoneTypes()
Function GetSupportedNativeZoneTypes() As Leadtools.Forms.Ocr.NativeOcrZoneType()
[Leadtools.Forms.Ocr.NativeOcrZoneType[]](nativeocrzonetype.md) GetSupportedNativeZoneTypes()
public ArrayList<NativeOcrZoneType> getSupportedNativeZoneTypes()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeZoneTypes()
Leadtools.Forms.Ocr.array<NativeOcrZoneType>^ GetSupportedNativeZoneTypes();
An array of NativeOcrZoneType members that list the zone types supported by this IOcrEngine.
Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.
To determine whether a particular zone type is supported by the engine, use IsNativeZoneTypeSupported.
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