←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.