Click or drag to resize

HtmlToPdfClientsetPageNumbersColor Method

Specify the color of the page numbers text in #RRGGBB html format. The default value is #333333.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPageNumbersColor(
	string color
)

Parameters

color
Type: SystemString
Page numbers color.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also