Click or drag to resize

Margins(Single, Single, Single, Single) Constructor

Default constructor initializes with 0 all the margins

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public Margins(
	float left,
	float right,
	float top,
	float bottom
)

Parameters

left  Single
The left margin
right  Single
The right margin
top  Single
The top margin
bottom  Single
The ottom margin
See Also