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

Show in webframe

MinimumInput Property (ZeroToNegativeCommand)








Gets or sets the image minimum value.
Syntax
public int MinimumInput {get; set;}
'Declaration
 
Public Property MinimumInput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MinimumInput = value
 
value = instance.MinimumInput
public int MinimumInput {get; set;}
@property (nonatomic, assign) NSInteger minimumInput
public int getMinimumInput()
public void setMinimumInput(int value)
            
 <br/>get_MinimumInput();<br/>set_MinimumInput(value);<br/>Object.defineProperty('MinimumInput'); 
public:
property int MinimumInput {
   int get();
   void set (    int value);
}

Property Value

The image minimum value. This value can be obtained MinMaxValuesCommand.
Example
Refer to ZeroToNegativeCommand example.
Requirements

Target Platforms

See Also

Reference

ZeroToNegativeCommand Class
ZeroToNegativeCommand Members

Error processing SSI file