|
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; }
Public Property Margins As PdfMargins
Get
Set
Property Value
Type:
PdfMarginsRemarks
A new pages will use the default margins if no margins are specified when the page is added.
See Also