MindFusion.Wpf Pack Programmer's Guide
PdfExporter.Margins Property
See Also
 





Gets or sets the margins for the PDF pages.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.PdfExport

 Syntax

C#  Copy Code

public Thickness Margins { get; set; }

Visual Basic  Copy Code

Public Property Margins As Thickness

 Property Value

An instance of the System.Windows.Thickness structure. The default is half-inch margins.

 Remarks

The values set for the Margins members are interpreted as WPF point units, where a point is 1/96 inch.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Wpf.Export Namespace