I am almost done with implementing a printing functionality, but I am having trouble getting the last hurdle done with.
My problem is, that I am printing some report
I found it myself - there is a function called pagepadding, where I can set the distance from the four sides of the paper :)
Fairly easy solution - I just didn't know what to look for
Example:
Flowdocument fd = new FlowDocument(); fd.PagePadding = new Thickness(0.25,160,0.25,45);