PDFRasterizerSetBackgroundColor Method |
Sets the background colors for the Rasterizer
The Rasterizer will start initialize the entire buffer with this color
The default is transparent (each byte is 0)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetBackgroundColor(
Color color
)
Public Sub SetBackgroundColor (
color As Color
)
public:
virtual void SetBackgroundColor(
[InAttribute] Color color
) sealed
function SetBackgroundColor(color);
Parameters
- color
- Type: Color
[Missing <param name="color"/> documentation for "M:pdftron.PDF.PDFRasterizer.SetBackgroundColor(Windows.UI.Color)"]
See Also