ImageGear .NET
ImGearRecZoneType Enumeration




Determines Zone types.
Syntax
'Declaration
 
Public Enum ImGearRecZoneType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecZoneType
public enum ImGearRecZoneType : System.Enum 
__value public enum ImGearRecZoneType : public System.Enum 
public enum class ImGearRecZoneType : public System.Enum 
Members
MemberValueDescription
FLOW0 Flowed text. This zone type means that the zone contains textual information arranged horizontally without a table type structure inside. It can also be used for horizontally appearing CJK or Chinese-Japanese-Korean characters.
GRAPHIC2 Graphic type zone. This type of zone contains graphics, i.e. this zone will not be recognized at all and all other recognition related settings will be ignored. The only reason to have such a zone is to save or export the image inside it.
IGNORE4 Zone should be ignored during recognition.
LEFTTEXT7 Left rotated text. For Latin, Greek and Cyrillic characters only.
RIGHTTEXT8 Right rotated text. For Latin, Greek and Cyrillic characters only.
TABLE1 Table type zone. This type means that the zone contains a table, i.e. rows and columns, with or without a grid. Such zones will be handled differently from flowed text type zones. The Engine will try to reconstruct as much of the original table text layout of the zone as the final output document format supports.
VERTTEXT6 Vertical text. For CJK or Chinese-Japanese-Korean characters only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecZoneType

See Also

Reference

ImageGear.Recognition Namespace

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback