Hi,
i am trying to add Headers / footers to a WPF FlowDocument
. I Found a solution on the Internet here that is using a custom Paginator Class to do this. Unfortunately this only works when printing out the Document, which is not what I intend to do. My Idea was to use a FlowDocumentPageReader or something similar with a custom paginator, but somehow i cant figure out how I would do that, maybe anyone can give me a hint in the right Direction.
Thanks, Robert.