Search
PdfExporter.FooterFont Property
See Also
 






Gets or sets the font used to draw page footers.

Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export

 Syntax

C#  Copy Code

public Nullable<Font> FooterFont { get; set; }

Visual Basic  Copy Code

Public Property FooterFont As Nullable(Of Font)

 Property Value

 See Also