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