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

Show in webframe

FadingRate Property








Gets or sets the value that represents the value which indicates the fading rate.
Syntax
public int FadingRate {get; set;}
'Declaration
 
Public Property FadingRate As Integer
'Usage
 
Dim instance As VignnetCommand
Dim value As Integer
 
instance.FadingRate = value
 
value = instance.FadingRate
public int FadingRate {get; set;}

            

            
 
get_FadingRate();
set_FadingRate(value);
Object.defineProperty('FadingRate');
public:
property int FadingRate {
   int get();
   void set (    int value);
}

Property Value

Represents the value that indicates the fading rate. This value is used to controlling the fading process. It will be divided by 100 internally. The valid range is from 0 to 100.
Example
Refer to VignnetCommand example.
Requirements

Target Platforms

See Also

Reference

VignnetCommand Class
VignnetCommand Members

Error processing SSI file