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
)
Public Function setPageNumbersOffset (
totalPagesOffset As Integer
) As HtmlToPdfClient
Parameters
- totalPagesOffset
- Type: SystemInt32
Offset for the total number of pages in the generated pdf document.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also