←Select platform

LeadZoneType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum LeadZoneType   
Public Enum LeadZoneType  
    
    
public enum LeadZoneType    
typedef NS_ENUM(NSInteger, LTLeadZoneType) 
public enum LeadZoneType 
Leadtools.ImageProcessing.Core.LeadZoneType = function() { }; 
Leadtools.ImageProcessing.Core.LeadZoneType.prototype = {<br/> 
  Text = 0, 
    Graphic = 1, 
    Table = 2, 
    Dotline = 3, 
 }; 
public enum class LeadZoneType   

Members

ValueMemberDescription
0Text Text zones.
1Graphic Graphics zones.
2Table Table zones.
3Dotline Dotted line zones.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly