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
Syntaxpublic ZONETYPE Type { get; }
Public ReadOnly Property Type As ZONETYPE
Get
public:
property ZONETYPE Type {
ZONETYPE 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