|  | 
| PdfDocumentMargins Property  | 
 
            The default pdf document margins. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfMargins Margins { get; set; }Public Property Margins As PdfMargins
	Get
	Set
Property Value
Type: 
PdfMargins Remarks
Remarks
            A new pages will use the default margins if no margins are specified when the page is added.
 See Also
See Also