Click or drag to resize

HtmlToPdfClientsetPageNumbersOffset Method

Control the total number of pages offset in the generated pdf document. The default value is 0.

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

Parameters

totalPagesOffset
Type: SystemInt32
Offset for the total number of pages in the generated pdf document.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also