RenderingSettingsBackgroundColor Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets or sets the color of the background, ARGB value. Only color channels values are used, alpha will be ignored.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public uint BackgroundColor { get; set; }

Property Value

Type: UInt32
The color of the background.
See Also

Reference