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.Pdf (in Select.Pdf.dll) Version: 20.2
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