Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Level Property








Gets or sets the level value used to determine the brightness of the edges.
Syntax
public int Level {get; set;}
'Declaration
 
Public Property Level As Integer
'Usage
 
Dim instance As EdgeDetectEffectCommand
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
public int Level {get; set;}
@property (nonatomic, assign) NSUInteger level
public int getLevel()
public void setLevel(int value)
            
 <br/>get_Level();<br/>set_Level(value);<br/>Object.defineProperty('Level'); 
public:
property int Level {
   int get();
   void set (    int value);
}

Property Value

Level value used to determine the brightness of the edges. Standard value is 50. Range is between 1 and 100. Big values will produce bright edges.
Example
Refer to EdgeDetectEffectCommand.
Requirements

Target Platforms

See Also

Reference

EdgeDetectEffectCommand Class
EdgeDetectEffectCommand Members

Error processing SSI file