Click or drag to resize

PDFViewCtrlSetDefaultPageColor Method

Sets the default 'paper' color used to draw background of each page.

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

Parameters

color
Type: Color
RGB color specifying the default page color. Note that the A value will always be 255
See Also