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
190
print WinGrid with background image, losing end cell
posted

Hi

I tried to print the win grid including the image background

however, when i tried to print,

A. the background image is resized based on the margin and

B. the last grid cell (most right and most bottom) is not displayed.

C. it's print 4 pages (???) 

pic 1 : top --> how it looks like on screen

pic 2 : middle -->

 ultraPrintPreviewDialog:Document:DefaultPageSettings:Landscape = TRUE.

 WAIT-FOR ultraPrintPreviewDialog:ShowDialog(). 

pic 3 : bottom  -->

ultraPrintPreviewDialog:Document:DefaultPageSettings:Landscape = TRUE.
ultraPrintPreviewDialog:Document:DefaultPageSettings:Margins:Left = 0.
ultraPrintPreviewDialog:Document:DefaultPageSettings:Margins:Right = 0.
ultraPrintPreviewDialog:Document:PrinterSettings:FromPage = 1.
ultraPrintPreviewDialog:Document:PrinterSettings:ToPage = 1.
ultraPrintPreviewDialog:Document:PrinterSettings:PrintRange = System.Drawing.Printing.PrintRange:SomePages.

WAIT-FOR ultraPrintPreviewDialog:ShowDialog().

how can i fix the :

A. full displayed background image

B. Full displayed grid cell

C. it's fix the FromPage-ToPage settings, but why this happened ?

Thanks so much


WAIT-FOR ultraPrintPreviewDialog:ShowDialog().