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
)
Public Function setPageNumbersVerticalPosition (
position As Integer
) As HtmlToPdfClient
Parameters
- position
- Type: SystemInt32
Page numbers Y position in points.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also