Click or drag to resize

PdfPaddings Constructor (Single, Single, Single, Single)

Initializes a new instance of theclass.

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

Parameters

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