Click or drag to resize
Pdf Library for .NET

PdfDocumentMargins Property

The default pdf document margins.

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

Property Value

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