Initializes a new instance of the class.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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