I want to add footer to FlowDocuments in wpf. Please help me how to add?
Asked
Active
Viewed 1,841 times
2 Answers
4
After you load an XAML file, you will get an IDocumentPaginatorSource object, from which you can get its DocumentPaginator.
You can wrapper around DocumentPaginator, overriding its GetPage method to add header, footer, or anything else like watermark.
For getting the code goto Convert XAML Flow Document to XPS with Style

Sauron
- 16,668
- 41
- 122
- 174