Gets or sets a string specifying the content of page headers.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public string HeaderFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderFormat As String |
A string specifying the header content. The default value is null.
RemarksA %P placeholder in this string is replaced with the current page number.
See Also