←Select platform

Type Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadZoneType Type { get; set; } 
Public Property Type As LeadZoneType 
@property (nonatomic, assign) LTLeadZoneType type 
public LeadZoneType getType() 
public void setType(LeadZoneType value) 
public: 
property LeadZoneType Type { 
   LeadZoneType get(); 
   void set (    LeadZoneType ); 
} 

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

Leadtools.ImageProcessing.Core Assembly