←Select platform

ZoneType Property

Summary

Determines the OCR recognition's OcrZoneType.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public OcrZoneType ZoneType { get; set; } 
<DataMemberAttribute()>  
Public Property ZoneType() As OcrZoneType 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property OcrZoneType^ ZoneType 
   { 
      OcrZoneType^ get() 
      void set(OcrZoneType^ value) 
   } 

Property Value

An enumeration value of type OcrZoneType. The default value is Text.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly