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) int minimumOutput;
public int getMinimumOutput()
public void setMinimumOutput(int value)
get_MinimumOutput();
set_MinimumOutput(value);
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.