Gets or sets a string specifying the content of page footers.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# 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.
A %P placeholder in this string is replaced with the current page number.