Click or drag to resize
Pdf Library for .NET

PdfDocumentMargins Property

The default pdf document margins.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfMargins Margins { get; set; }

Property Value

Type: PdfMargins
Remarks
A new pages will use the default margins if no margins are specified when the page is added.
See Also