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

Show in webframe

MinimumOutput Property








Gets or sets the minimum allowed value.
Syntax
public int MinimumOutput {get; set;}
'Declaration
 
Public Property MinimumOutput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MinimumOutput = value
 
value = instance.MinimumOutput
public int MinimumOutput {get; set;}
@property (nonatomic, assign) NSInteger minimumOutput
public int getMinimumOutput()
public void setMinimumOutput(int value)
            
 <br/>get_MinimumOutput();<br/>set_MinimumOutput(value);<br/>Object.defineProperty('MinimumOutput'); 
public:
property int MinimumOutput {
   int get();
   void set (    int value);
}

Property Value

The minimum allowed value, which means that the image data values after applying the command will not be less than this value.
Example
Refer to ZeroToNegativeCommand example.
Requirements

Target Platforms

See Also

Reference

ZeroToNegativeCommand Class
ZeroToNegativeCommand Members

Error processing SSI file