Gets or sets the margins of the page.
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 PdfMargins Margins { get; set; }
Public Property Margins As PdfMargins Get Set
public: property PdfMargins^ Margins { PdfMargins^ get (); void set (PdfMargins^ value); }
member Margins : PdfMargins with get, set