It turns out a control can only be printed after it has been added window and drawn. In order to get this code to work as intended I had to show the item off screen before drawing to a bitmap. But in case the item was already being show on a dialog I had to include code to re-add it to it's original parent.
Code:
void printDocument_PrintPage(object
Leave a comment: