PdfPageSettings Constructor (SizeF, PdfPageOrientation)
|
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
)
Public Sub New (
size As SizeF,
pageOrientation As PdfPageOrientation
)
public:
PdfPageSettings(
SizeF size,
PdfPageOrientation pageOrientation
)
new :
size : SizeF *
pageOrientation : PdfPageOrientation -> PdfPageSettings
Parameters
-
size
-
Type:
System.Drawing
SizeF
The size.
-
pageOrientation
-
Type:
Spire.Pdf
PdfPageOrientation
The page orientation.
See Also