←Select platform

Type Property

Summary

Gets or sets the LeadZoneType enumeration that represents the type of the detected zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public 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');  

Property Value

LeadZoneType enumeration that represents the type of the detected zone.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

See Also

Reference

LeadZone Class

LeadZone Members

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