ImageGear .NET v24.14 - Updated
ImGearRecZoneGUIType Enumeration




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace : ImGearRecZoneGUIType Enumeration
Zone type used for zone editor toolbar buttons.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearRecZoneGUIType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecZoneGUIType
[Flags()]
public enum ImGearRecZoneGUIType : System.Enum 
[Flags()]
__value public enum ImGearRecZoneGUIType : public System.Enum 
[Flags()]
public enum class ImGearRecZoneGUIType : public System.Enum 
Members
MemberDescription
CUSTOMCustom zone type.
NONENo zone types.
NULLZone type is undefined. Do not use this value.
OCROCR zone type.
OCR_ASIANAsian OCR zone type.
SELECTNot actually a zone type, but a type of toolbar button used to access a "select mode" for selecting and editing zones.
Remarks
Each preset zone type represents a commonly used combination of zone parameters. There is also a custom zone type for user-defined zone types.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.Forms.ImGearRecZoneGUIType

See Also

Reference

ImageGear.Recognition.Forms Namespace