Sets the margins.
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 void SetMargins( float left, float top, float right, float bottom )
Public Sub SetMargins ( left As Single, top As Single, right As Single, bottom As Single )
public: void SetMargins( float left, float top, float right, float bottom )
member SetMargins : left : float32 * top : float32 * right : float32 * bottom : float32 -> unit
Parameters
- left
- Single
The left.
- top
- Single
The top.
- right
- Single
The right.
- bottom
- Single
The bottom.