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