Search
PdfExporter.HeaderFont Property
See Also
 






Gets or sets the font used to draw page headers.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property HeaderFont As Nullable(Of Font)

 Property Value

 See Also