Search
PrintOptions.HeaderFormat Property
See Also
 





Gets or sets the format of the page headers.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string HeaderFormat { get; set; }

Visual Basic  Copy Code

Public Property HeaderFormat As String

 Property Value

A string specifying the headers format. The default is "%D , Page %P".

 See Also