PdfMargins Constructor (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 margin
)
Public Sub New (
margin As Single
)
public:
PdfMargins(
float margin
)
new :
margin : float32 -> PdfMargins
Parameters
-
margin
-
Type:
System
Single
The margin size.
See Also