Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageSettings(
	SizeF size
)
Public Sub New ( 
	size As SizeF
)
public:
PdfPageSettings(
	SizeF size
)
new : 
        size : SizeF -> PdfPageSettings

Parameters

size
SizeF
The size.

See Also