C#
VB
WinRT C#
C++
Gets or sets the transparency amount between the image and the canvas.
public int Transparency { get; set; }
Public Property Transparency As Integer
public int Transparency {get; set;}
get_Transparency();
set_Transparency(value);
Object.defineProperty('Transparency');
The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.
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