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

Show in webframe

MaximumValue Property








This property is updated with the maximum intensity value present in the image.
Syntax
public int MaximumValue {get;}
'Declaration
 
Public ReadOnly Property MaximumValue As Integer
'Usage
 
Dim instance As MinMaxValuesCommand
Dim value As Integer
 
value = instance.MaximumValue
public int MaximumValue {get;}
@property (nonatomic, assign, readonly) NSInteger maximumValue
public int getMaximumValue()
 get_MaximumValue(); 
public:
property int MaximumValue {
   int get();
}

Property Value

Value that indicates the maximum intensity value present in the image.
Example
Refer to MinMaxValuesCommand.
Requirements

Target Platforms

See Also

Reference

MinMaxValuesCommand Class
MinMaxValuesCommand Members

Error processing SSI file