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

Show in webframe

MaximumInput Property (ZeroToNegativeCommand)








Gets or sets the image maximum value.
Syntax
public int MaximumInput {get; set;}
'Declaration
 
Public Property MaximumInput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MaximumInput = value
 
value = instance.MaximumInput
public int MaximumInput {get; set;}
@property (nonatomic, assign) NSInteger maximumInput
public int getMaximumInput()
public void setMaximumInput(int value)
            
 <br/>get_MaximumInput();<br/>set_MaximumInput(value);<br/>Object.defineProperty('MaximumInput'); 
public:
property int MaximumInput {
   int get();
   void set (    int value);
}

Property Value

The image maximum 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