Click or drag to resize

PDFDrawSetDefaultPageColor Method

Sets the default color of the page backdrop.

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

Parameters

color
Type: Color
The color (RGB) to set.
See Also