HtmlToPdfClientsetMarginTop Method |
Set top margin of the PDF pages. Default value is 5pt.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setMarginTop(
int marginTop
)
Public Function setMarginTop (
marginTop As Integer
) As HtmlToPdfClient
Parameters
- marginTop
- Type: SystemInt32
Margin value in points. 1pt = 1/72 inch.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also