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

Show in webframe

LowThreshold Property








Gets or sets a value that represents the lowest intensity to detect.
Syntax
public int LowThreshold {get; set;}
'Declaration
 
Public Property LowThreshold As Integer
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As Integer
 
instance.LowThreshold = value
 
value = instance.LowThreshold
public int LowThreshold {get; set;}
@property (nonatomic, assign) NSUInteger lowThreshold
public int getLowThreshold()
public void setLowThreshold(int value)
            
 <br/>get_LowThreshold();<br/>set_LowThreshold(value);<br/>Object.defineProperty('LowThreshold'); 
public:
property int LowThreshold {
   int get();
   void set (    int value);
}

Property Value

Lowest intensity to detect. Possible values are from 0 to 255.
Example
Refer to IntensityDetectCommand.
Requirements

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

Error processing SSI file