Click or drag to resize

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
)

Parameters

color
Type: Color

[Missing <param name="color"/> documentation for "M:pdftron.PDF.PDFRasterizer.SetBackgroundColor(Windows.UI.Color)"]

See Also