Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageSettings(
	SizeF size,
	PdfPageOrientation pageOrientation,
	float margins
)
Public Sub New ( 
	size As SizeF,
	pageOrientation As PdfPageOrientation,
	margins As Single
)
public:
PdfPageSettings(
	SizeF size, 
	PdfPageOrientation pageOrientation, 
	float margins
)
new : 
        size : SizeF * 
        pageOrientation : PdfPageOrientation * 
        margins : float32 -> PdfPageSettings

Parameters

size
SizeF
The size.
pageOrientation
PdfPageOrientation
The page orientation.
margins
Single
The margins.

See Also