Search
PdfExporter.Margins Property
See Also
 





Gets or sets the margins for the PDF pages, expressed as 100ths of an inch.

Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.Pdf

 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 that represents the margins in hundredths of an inch. The default is half-inch margins on all sides.

 See Also