←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
Java
Objective-C
C++
public LeadZoneDotLineData DotLine { get; set; } 
@property (nonatomic, strong) LTLeadZoneDotLineData *dotLine 
public LeadZoneDotLineData getDotLine() 
public void setDotLine(LeadZoneDotLineData value) 
             

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly