←Select platform

DotLine Property

Summary

Gets or sets the LeadZoneDotLineData class value that represents the details about the detected dotted line zone.

Syntax
C#
VB
Objective-C
C++
Java
public LeadZoneDotLineData DotLine { get; set; } 
Public Property DotLine As LeadZoneDotLineData 
@property (nonatomic, strong) LTLeadZoneDotLineData *dotLine 
public LeadZoneDotLineData getDotLine() 
public void setDotLine(LeadZoneDotLineData value) 
public: 
property LeadZoneDotLineData^ DotLine { 
   LeadZoneDotLineData^ get(); 
   void set (    LeadZoneDotLineData^ ); 
} 

Property Value

LeadZoneDotLineData enumeration value that represents the details about the detected dotted line zone.

Remarks

This property is null unless the LeadZoneType is Dotline

Example

Refer to the AutoZoningCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly