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

Show in webframe

Emboss Property








Gets or sets the apparent depth of the canvas image.
Syntax
public int Emboss {get; set;}
'Declaration
 
Public Property Emboss As Integer
'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.Emboss = value
 
value = instance.Emboss
public int Emboss {get; set;}

            

            
 
get_Emboss();
set_Emboss(value);
Object.defineProperty('Emboss');
public:
property int Emboss {
   int get();
   void set (    int value);
}

Property Value

Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.
Example
Refer to CanvasCommand example.
Requirements

Target Platforms

See Also

Reference

CanvasCommand Class
CanvasCommand Members

Error processing SSI file