I'm printing a visual in WPF to a receipt printer (Star TSP 700II). When the visual is small it is fine and it prints okay.
However when the visual grows it will clip the image and it prints to a certain size on the roll in the Star printer and then it just cuts without printing the remainder of the image.
PrintDialog.PrintVisual(Grid1, "Test");
I've tried adjusting the PageMediaSize but that is not changing anything on the printout.
Interesting when I print to Microsoft XPS Document Writer the saved file has the full image.
I've also noticed the size it prints to is always maximum height = height of an A4 page. Question is how to I get it to print past the height of an A4 (when I print a test document from the printer preferences it is able to do this).