Gets or sets the LeadZoneDotLineData class value that represents the details about the detected dotted line zone.
public LeadZoneDotLineData DotLine { get; set; }
Public Property DotLine As Leadtools.Imageprocessing.Core.LeadZoneDotLineData
@property (nonatomic, strong) LTLeadZoneDotLineData *dotLine
public LeadZoneDotLineData getDotLine()
public void setDotLine(LeadZoneDotLineData value)
public:
property Leadtools.Imageprocessing.Core.LeadZoneDotLineData^ DotLine {
Leadtools.Imageprocessing.Core.LeadZoneDotLineData^ get();
void set ( Leadtools.Imageprocessing.Core.LeadZoneDotLineData^ );
}
LeadZoneDotLineData enumeration value that represents the details about the detected dotted line zone.
This property is null unless the LeadZoneType is Dotline
Refer to the 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