Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LeadZoneType Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : LeadZoneType Enumeration



Flags that determine the type of the zone that the auto zoning command will detect.

Syntax

Visual Basic (Declaration) 
Public Enum LeadZoneType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LeadZoneType
C# 
public enum LeadZoneType : Enum 
C++/CLI 
public enum class LeadZoneType : public Enum 

Members

MemberDescription
Text Text zones.
Graphic Graphics zones.
Table Table zones.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.LeadZoneType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also