I want to add footer to FlowDocuments in wpf. Please help me how to add?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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
look at this : http://www.codeproject.com/KB/WPF/PimpedDocumentPaginator.aspx