Click or drag to resize

PdfPageSettings Constructor (SizeF, PdfPageOrientation, 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 PdfPageSettings(
	SizeF size,
	PdfPageOrientation pageOrientation,
	float leftMargin,
	float topMargin,
	float rightMargin,
	float bottomMargin
)

Parameters

size
Type: System.Drawing SizeF
The size.
pageOrientation
Type: Spire.Pdf PdfPageOrientation
The page orientation.
leftMargin
Type: System Single
The left margin.
topMargin
Type: System Single
The top margin.
rightMargin
Type: System Single
The right margin.
bottomMargin
Type: System Single
The bottom margin.
See Also