Click or drag to resize

HtmlToPdfClientsetPageNumbersVerticalPosition Method

Specify the position in points on the vertical where the page numbers text is displayed in the footer. The default value is 10 points.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPageNumbersVerticalPosition(
	int position
)

Parameters

position
Type: SystemInt32
Page numbers Y position in points.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also