Gets or sets the margins for the PDF pages.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.PdfExport
C# Copy Code |
---|
public Thickness Margins { get; set; } |
Visual Basic Copy Code |
---|
Public Property Margins As Thickness |
An instance of the System.Windows.Thickness structure. The default is half-inch margins.
The values set for the Margins members are interpreted as WPF point units, where a point is 1/96 inch.