Initializes a new instance of the class.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfPaddings( float left, float right, float top, float bottom )
Public Sub New ( left As Single, right As Single, top As Single, bottom As Single )
public: PdfPaddings( float left, float right, float top, float bottom )
new : left : float32 * right : float32 * top : float32 * bottom : float32 -> PdfPaddings
Parameters
- left
- Single
The left.
- right
- Single
The right.
- top
- Single
The top.
- bottom
- Single
The bottom.