ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Type Property |
'Declaration Public Property Type As ImGearRecZoneType
'Usage Dim instance As ImGearRecZone Dim value As ImGearRecZoneType instance.Type = value value = instance.Type
public ImGearRecZoneType Type {get; set;}
public: __property ImGearRecZoneType get_Type(); public: __property void set_Type( ImGearRecZoneType value );
public: property ImGearRecZoneType Type { ImGearRecZoneType get(); void set ( ImGearRecZoneType value); }
FLOW
, TABLE
or GRAPHIC
, respectively.
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.
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.