Color to use to fill the background area.
public Color BackgroundColor { get; set; }
Public Property BackgroundColor() As System.Drawing.Color
Get
Set
public:
property System::Drawing::Color^ BackgroundColor
{
System::Drawing::Color^ get()
void set(System::Drawing::Color^ value)
}
The color to use to fill the background area. Default value is "Transparent".
The default value of "Transparent" will instruct RenderRedirect to not erase the background of the target control during rendering. Otherwise, set this value to the desired color. For more information, refer to Image Viewer Rendering.
For an example, refer to RenderRedirect.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document