Search
PdfExporter.FooterFormat Property
See Also
 





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

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

 Syntax

C#  Copy Code

public string FooterFormat { get; set; }

Visual Basic  Copy Code

Public Property FooterFormat As String

 Property Value

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

 Remarks

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

 See Also