Hello All,
I have an ultragridprintdocument that prints a grid using the UltraPrintPreviewDialog. I have noticed that when printing from different computers will produce different size text (from some computers, the text of the rows is bigger, while from others it is smaller and hard to read). Comparing samples both print jobs have the same margin, its just the row size and text size differ. Has anyone seen this behavior before?
Hi Chris,
Thank you for contacting Infragistics Developer Support.
One thing that might be causing the issue is the printer drivers. Please update the drivers for all computers with the issue to the latest one for your printer. You should also check if all of the printer settings are identical on all of your computers. If that’s the case, please try setting the ClippingOverride property to ClippingOverride.Yes. You can do that in the InitializePrintPreview event using code like:
e.DefaultLogicalPageLayoutInfo.ClippingOverride = ClippingOverride.Yes
Let me know if these suggestion help you solve your issue.
I am looking forward to your reply.
Dimitar, Thanks for the quick response.
I have verified the drivers are the same and the settings are all the same. I have also attempted to use the code provided, with no affect. I am not able to duplicate the issue, with 2 different computers printing to the same printer with the same settings, but the font and row size are different. Any other ideas?