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

Show in webframe

Amount Property








Gets or sets the adjustment factor.
Syntax
public int Amount {get; set;}
'Declaration
 
Public Property Amount As Integer
'Usage
 
Dim instance As AdaptiveContrastCommand
Dim value As Integer
 
instance.Amount = value
 
value = instance.Amount
public int Amount {get; set;}
@property (nonatomic, assign) NSUInteger amount
public int getAmount()
public void setAmount(int value)
            
 <br/>get_Amount();<br/>set_Amount(value);<br/>Object.defineProperty('Amount'); 
public:
property int Amount {
   int get();
   void set (    int value);
}

Property Value

Value that represents an adjustment factor. Its range starts from 100 and has no upper limit.
Example
Refer to AdaptiveContrastCommand example.
Requirements

Target Platforms

See Also

Reference

AdaptiveContrastCommand Class
AdaptiveContrastCommand Members

Error processing SSI file