PdfMargins Constructor (Single, Single)
|
Create and initialize margin.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfMargins(
float leftRight,
float topBottom
)
Public Sub New (
leftRight As Single,
topBottom As Single
)
public:
PdfMargins(
float leftRight,
float topBottom
)
new :
leftRight : float32 *
topBottom : float32 -> PdfMargins
Parameters
-
leftRight
-
Type:
System
Single
The left right.
-
topBottom
-
Type:
System
Single
The top bottom.
See Also