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

Show in webframe

MaximumRange Property








Gets or sets a value that represents the maximum boundary used to threshold a specific color.
Syntax
public int MaximumRange {get; set;}
'Declaration
 
Public Property MaximumRange As Integer
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
 
instance.MaximumRange = value
 
value = instance.MaximumRange
public int MaximumRange {get; set;}
@property (nonatomic, assign) NSInteger maximumRange
public int getMaximumRange()
public void setMaximumRange(int value)
            
 <br/>get_MaximumRange();<br/>set_MaximumRange(value);<br/>Object.defineProperty('MaximumRange'); 
public:
property int MaximumRange {
   int get();
   void set (    int value);
}

Property Value

Value that represents the maximum boundary used to threshold a specific color.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

Error processing SSI file