LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Type Property (LeadZone)






Gets or sets the LeadZoneType enumeration that represents the type of the detected zone. .NET support WinRT support
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;}
 get_Type();
set_Type(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadZone Class
LeadZone Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.