Click or drag to resize

PDFViewCtrlSetBackgroundColor Method

Sets the default background color used to paint the area surrounding each page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBackgroundColor(
	Color color
)

Parameters

color
Type: Color
RGB color specifying the default background color.
See Also