FlowDocumentPageFooter Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the page footer for the document. It will be placed at the bottom of each page.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Section PageFooter { get; }

Property Value

Type: Section
The section that acts as a page footer. Can be styled.
See Also

Reference