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

Show in webframe

MaximumHeight Property








Gets or sets the maximum height (in pixels) that the wave can reach.
Syntax
public int MaximumHeight {get; set;}
'Declaration
 
Public Property MaximumHeight As Integer
'Usage
 
Dim instance As RevEffectCommand
Dim value As Integer
 
instance.MaximumHeight = value
 
value = instance.MaximumHeight
public int MaximumHeight {get; set;}

            

            
 
get_MaximumHeight();
set_MaximumHeight(value);
Object.defineProperty('MaximumHeight');
public:
property int MaximumHeight {
   int get();
   void set (    int value);
}

Property Value

The maximum height (in pixels) that the wave can reach. This property only accepts positive values.
Example
Refer to RevEffectCommand.
Requirements

Target Platforms

See Also

Reference

RevEffectCommand Class
RevEffectCommand Members

Error processing SSI file