Click or drag to resize

HtmlToPdfClientsetPageNumbersAlignment Method

Set the alignment of the page numbers text. The default value is PageNumbersAlignment.Right.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPageNumbersAlignment(
	PageNumbersAlignment alignment
)

Parameters

alignment
Type: SelectPdf.ApiPageNumbersAlignment
The alignment of the page numbers text.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also