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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

LowerTransparency Property








Flag that indicates the transparency direction.
Syntax
public bool LowerTransparency {get; set;}
public bool LowerTransparency {get; set;}
 
get_LowerTransparency();
set_LowerTransparency(value);
Object.defineProperty('LowerTransparency');
public:
property bool LowerTransparency {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property LowerTransparency As Boolean
 
'Usage
 
Dim instance As OceanCommand
Dim value As Boolean
 
instance.LowerTransparency = value
 
value = instance.LowerTransparency

Property Value

Enumeration that indicates the transparency direction. Possible values are:
Value Meaning
TRUE Transparency increases as you move from the bottom of the image to the top of the image, line by line.
FALSE Transparency increases as you move from the top of the image to the bottom of the image, line by line.
Example
Refer to OceanCommand.
Requirements

Target Platforms

See Also

Reference

OceanCommand Class
OceanCommand Members

Error processing SSI file