Click or drag to resize

PdfMargins Constructor (Single, Single, Single, Single)

Create and initialize margin.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfMargins(
	float left,
	float top,
	float right,
	float bottom
)

Parameters

left
Type: System Single
The left.
top
Type: System Single
The top.
right
Type: System Single
The right.
bottom
Type: System Single
The bottom.
See Also