C#
VB
Java
Objective-C
WinRT C#
C++
Flags that determine the type of zone that the auto zoning command will detect.
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
Value | Member | Description |
---|---|---|
0 | Text | Text zones. |
1 | Graphic | Graphics zones. |
2 | Table | Table zones. |
3 | Dotline | Dotted line zones. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET