LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Type Property (LeadZone)

Show in webframe







Gets or sets the LeadZoneType enumeration that represents the type of the detected zone.
Syntax
public LeadZoneType Type {get; set;}
'Declaration
 
Public Property Type As LeadZoneType
'Usage
 
Dim instance As LeadZone
Dim value As LeadZoneType
 
instance.Type = value
 
value = instance.Type
public LeadZoneType Type {get; set;}
@property (nonatomic, assign) LTLeadZoneType type;
public LeadZoneType getType()
public void setType(LeadZoneType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property LeadZoneType Type {
   LeadZoneType get();
   void set (    LeadZoneType value);
}

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.