Search
PdfExporter.FooterFont Property
See Also
 





Gets or sets the font used to draw page footers.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public Font FooterFont { get; set; }

Visual Basic  Copy Code

Public Property FooterFont As Font

 Property Value

A System.Drawing.Font instance.

 See Also