LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As LeadZoneType
C# 
public enum LeadZoneType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class LeadZoneType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
GraphicGraphics zones.
TableTable zones.
TextText zones.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also