Click or drag to resize
Pdf Library for .NET

PdfMargins Constructor (Single, Single, Single, Single)

Default constructor initializes with 0 all the margins

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfMargins(
	float left,
	float right,
	float top,
	float bottom
)

Parameters

left
Type: SystemSingle
The left margin
right
Type: SystemSingle
The right margin
top
Type: SystemSingle
The top margin
bottom
Type: SystemSingle
The bottom margin
See Also