Gets or sets the margins for the PDF pages.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.PdfExport
SyntaxC#
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.
RemarksThe values set for the Margins members are interpreted as WPF point units, where a point is 1/96 inch.
See Also