Margins Property (PdfSettings)
In This Topic
Gets or sets page margins, in inches. Defaults to no margins.
Note that this property is ignored if FullPage is true.
Syntax
'Declaration
Public Property Margins As Margins
public Margins Margins {get; set;}
See Also