Gets or sets the format of page headers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public string HeaderFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property HeaderFormat As String |
A string value specifying the name of the printed document. The default is "%D , Page %P".
The header format string can contain fixed text and format specifiers. Currently, there are two format specifiers supported: %D is a placeholder for the document title; %P is a placholder for the page number.