Search
PdfExporter.Margins Property
See Also
 






Gets or sets the margins for the PDF pages.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Margins Margins { get; set; }

Visual Basic  Copy Code

Public Property Margins As Margins

 Property Value

An instance of the .NET Margins class. The default is Margins(50).

 See Also