When using the new 'print preview' system, I can add labels with newlines in them, such as this:
But when exported to PDF, this is what I get:
Putting a breakpoint on the printerLayer.Draw() method indicates the text for this label is as follows:
"This is line 1\r\nThis is another line\r\nLine 3 is here"
So something with the newlines is not playing nice with the labelPrinterLayer being exported to PDF. Any thoughts?