ASP.NET Pack Programmer's Guide
PdfExporter.HeaderFormat Property
See Also
 





Gets or sets a string specifying the content of page headers.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public string HeaderFormat { get; set; }

Visual Basic  Copy Code

Public Property HeaderFormat As String

 Property Value

A string specifying the header content. The default value is null.

 Remarks

A %P placeholder in this string is replaced with the current page number.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Export Namespace