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

Show in webframe

HighThreshold Property








Gets or sets a value that represents the highest intensity to detect.
Syntax
public int HighThreshold {get; set;}
'Declaration
 
Public Property HighThreshold As Integer
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As Integer
 
instance.HighThreshold = value
 
value = instance.HighThreshold
public int HighThreshold {get; set;}
@property (nonatomic, assign) NSUInteger highThreshold
public int getHighThreshold()
public void setHighThreshold(int value)
            
 <br/>get_HighThreshold();<br/>set_HighThreshold(value);<br/>Object.defineProperty('HighThreshold'); 
public:
property int HighThreshold {
   int get();
   void set (    int value);
}

Property Value

Highest 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