Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1622
UltraGridPrintDocument size varies
posted

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?

Parents
No Data
Reply
  • 23930
    Offline posted

    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.

Children