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

EdgeLevels Property






Gets or sets the number of levels that will be used for edge enhancement. .NET support WinRT support Silverlight support
Syntax
public int EdgeLevels {get; set;}
'Declaration
 
Public Property EdgeLevels As Integer
'Usage
 
Dim instance As MultiscaleEnhancementCommand
Dim value As Integer
 
instance.EdgeLevels = value
 
value = instance.EdgeLevels
public int EdgeLevels {get; set;}
 get_EdgeLevels();
set_EdgeLevels(value);
public:
property int EdgeLevels {
   int get();
   void set (    int value);
}

Property Value

The number of levels that will be used for edge enhancement. Valid values are from 1 to the maximum number of levels of the image. -1 will use the default number of levels (which is 3). This option will take effect only if MultiscaleEnhancementCommandFlags.EdgeEnhancement is set in the Flags property. Passing zero will return an error code.
Example
Refer to MultiscaleEnhancementCommand.
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

MultiscaleEnhancementCommand Class
MultiscaleEnhancementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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