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





Gets or sets the margins for the exported pages.

Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport

 Syntax

C#  Copy Code

public Thickness Margins { get; set; }

Visual Basic  Copy Code

Public Property Margins As Thickness

 Property Value

A WPF Thickness object specifying the distance between the page border and page content. The default is 0.5 inches.

 See Also

HtmlExporter Members
HtmlExporter Class
MindFusion.Reporting.Wpf.Export Namespace