ImageGear .NET - Updated
Type Property (ImGearRecZone)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : Type Property
Gets or sets zone type.
Syntax
'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);
}

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.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
ImGearRecZoneType Enumeration