Hi , i load with
UltraGridPrintDocument.Header.Appearance.ImageBackground = Mein Image
to the Header of my GridPrintDocument. The Image is 200x50 Pixel but when the UltraPrintPreviewDialog will be shown the Image in the Head will be stretched over the whole size of the Document.
How can i prevent the stretching and show the Image in his real
ultraPrintDocument1.Header.Appearance.ImageBackgroundStyle = Infragistics.Win.
ImageBackgroundStyle.Centered;
It worked for me... There are more ImageBackgroundStyles of course...
Hope I've helped