Gets or sets the value that indicates the transparency, in percent.
public int Opacity { get; set; }
Public Property Opacity As Integer
public int Opacity {get; set;}
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
Value that indicates the transparency, in percent, of the copy in comparison to the original image. The valid range is from 0 to 100. A value of 0 means the resulting image will be black. A value of 100 means that each copy's value will comprise 25 of the result.
Refer to FragmentCommand 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