hi,
I want to add footer to Flow documents in wpf. Please help me how to add?
Thanks in advance
Mehar
hi,
I want to add footer to Flow documents in wpf. Please help me how to add?
Thanks in advance
Mehar
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