Gets or sets the page margins.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.PdfExport
SyntaxC#
Copy Code
|
|---|
public Thickness Margins { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Margins As Thickness |
A WPF Thickness object specifying the distance between the page border and page content.
See Also