Gets or sets the margins for the PDF pages.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf.PdfExport
SyntaxC#
Copy Code
|
|---|
public Thickness Margins { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Margins As Thickness |
An instance of the Thickness structure. The default is Thickness(48).
See Also