Has anyone tried printing to a plotter using a larger page size (like D size paper)? I did not have any luck with our HPDJ T1100. It does print using the default size.
Silverlight's print implementation is done by printing to a high-resolution bitmap. I'm guessing when you try to print to such a large format, the bitmap will be enourmous and likely the cause of the issue. Your best bet it probably generate the print on the server and create a PDF, but of course that's a lot more work on your side (there's a sample in the code gallery). Also I suggest you cast your vote on this feature: http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/656927-vector-pr...