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: 23.1
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