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

Show in webframe

Maximum Property (StatisticsInformationCommand)








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

Property Value

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

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

Error processing SSI file