Search
PdfExporter.Margins Property
See Also
 






Gets or sets the margins for the PDF pages.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.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 Thickness structure. The default is Thickness(48).

 See Also