PdfPageSettings Constructor (SizeF, 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,
float leftMargin,
float topMargin,
float rightMargin,
float bottomMargin
)
Public Sub New (
size As SizeF,
leftMargin As Single,
topMargin As Single,
rightMargin As Single,
bottomMargin As Single
)
public:
PdfPageSettings(
SizeF size,
float leftMargin,
float topMargin,
float rightMargin,
float bottomMargin
)
new :
size : SizeF *
leftMargin : float32 *
topMargin : float32 *
rightMargin : float32 *
bottomMargin : float32 -> PdfPageSettings
Parameters
-
size
-
Type:
System.Drawing
SizeF
The size.
-
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