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

Show in webframe

Minimum Property








Gets the Minimum value found.
Syntax
public int Minimum {get;}
'Declaration
 
Public ReadOnly Property Minimum As Integer
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Integer
 
value = instance.Minimum
public int Minimum {get;}
@property (nonatomic, assign, readonly) NSInteger minimum
public int getMinimum()
 get_Minimum(); 
public:
property int Minimum {
   int get();
}

Property Value

Gets the Minimum value found.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

Error processing SSI file