ImageGear for .NET
Type Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Type Property




Glossary Item Box

Gets or sets zone type.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImGearRecZoneType enumeration value.

Remarks

This property is used to classify the zone into one of the three basic zone categories: flowed text, table or graphics. To set this, use FLOW, TABLE or GRAPHIC, respectively.
  • Flowed text: Any of the following text types can appear instead of FLOW: COLUMN, HEADER, FOOTER, CAPTION, TITLE, OTHER. One of these values is typically created by the page-layout decomposition (auto-zoning) process, however they have the same meaning for the recognition algorithms: the zone contains flowed text.
  • Table text: TABLE is for table-type zones. With this, the recognition engine will try to reconstruct the original table text layout of the zone in the final output document.
  • Graphics zones: For these, use the GRAPHIC type. When specified, no recognition will run on the zone and all other recognition related settings will be ignored. The related SGRAPHIC type can appear as the result of the page-layout decomposition (auto-zoning) process, and also signifies a graphic zone.

See Also

©2013. Accusoft Corporation. All Rights Reserved.