C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the LeadZoneType enumeration that represents the type of the detected zone.
public LeadZoneType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Core.LeadZoneType
public Leadtools.Imageprocessing.Core.LeadZoneType Type {get; set;}
@property (nonatomic, assign) LTLeadZoneType type
public LeadZoneType getType()
public void setType(LeadZoneType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Imageprocessing.Core.LeadZoneType Type {
Leadtools.Imageprocessing.Core.LeadZoneType get();
void set ( Leadtools.Imageprocessing.Core.LeadZoneType );
}
LeadZoneType enumeration that represents the type of the detected zone.
Refer to AutoZoningCommand example.
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