Hi,
we are using the UltraGridPrintDocument object to print a grid.
Is it possible to print a fixed image on the left of the grid on each page of the document?
Thank you very much
accountinfragistics said:could you please give me a little example?
I took a stab at it, but I can't find any way to do what you are asking for here. The UltraGridPrintDocument doesn't expose the UIElements it's using for the printed page and it doesn't have a CreationFilter or a DrawFilter.
You should Submit a feature request to Infragistics.
Mike Saltzman"] Hi, If this is possible to do, the only way it could work is by specifying a larger margin for the left side and then using a DrawFilter to draw the image into the space thus created. I think it would be pretty tricky, though, and I'm not sure it would work.
If this is possible to do, the only way it could work is by specifying a larger margin for the left side and then using a DrawFilter to draw the image into the space thus created.
I think it would be pretty tricky, though, and I'm not sure it would work.
Thank you,
could you please give me a little example?
I'm not sure if this is possible, but I don't think so. You could place an image in the page header or footer so that it is on the top of bottom of each page. But there is no header on the left or right.