This is part 2 of a series about printing in WPF, in the previous part we printed the content of a WPF visual, in this part we’ll create and print a fixed document, in the end of the previous post I wrote well deal with choosing printers and setting up print settings – but actually printing is more interested and I’ll get to printer management later in this series.
Printing a FixedDocument is the simplest way to do some “real” printing with control over paging, margin and everything else.
The code is much longer than the examples in the previous post but...