Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
ImGearRecZoneType enumeration value.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 relatedSGRAPHIC
type can appear as the result of the page-layout decomposition (auto-zoning) process, and also signifies a graphic zone.