←Select platform

LeadZoneType Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum LeadZoneType   
typedef NS_ENUM(NSInteger, LTLeadZoneType) { 
 LTLeadZoneTypeText = 0,  
 LTLeadZoneTypeGraphic = 1,  
 LTLeadZoneTypeTable = 2,  
}; 
public final class LeadZoneType 
    extends java.lang.Enum<LeadZoneType> 
public enum class LeadZoneType   
class LeadZoneType(Enum): 
   Text = 0 
   Graphic = 1 
   Table = 2 
   Dotline = 3 
Members
ValueMemberDescription
0Text Text zones.
1Graphic Graphics zones.
2Table Table zones.
3Dotline Dotted line zones.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.