Click or drag to resize

OCRZoneType Property

This property is used to classify the OCR zone into one of the basic zone categories, such as a flowing text, table, graphics, form zone or ignore zone.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public ZONETYPE Type { get; }

Property Value

Type: ZONETYPE
Remarks

Available values are listed under the ZONETYPE Enumeration topic.

The form zones are used in conjunction with the CreateFormTemplate, SaveFormTemplate and ApplyZonetemplate methods of the Page and Document objects, or to recognize and export forms to form object enabled output formats.

See Also