C#
VB
WinRT C#
C++
Gets or sets the apparent depth of the canvas image.
public int Emboss { get; set; }
Public Property Emboss As Integer
public int Emboss {get; set;}
get_Emboss();
set_Emboss(value);
Object.defineProperty('Emboss');
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.
Refer to CanvasCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET