Click or drag to resize
Pdf Library for .NET

PdfMargins(Single, Single, Single, Single) Constructor

Default constructor initializes with 0 all the margins

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfMargins(
	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 bottom margin
See Also