This is a migrated thread and some comments may be shown as answers.

Logo is Not Printed

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gholmorad
Top achievements
Rank 1
Gholmorad asked on 21 May 2016, 11:28 AM

I use the following code in print, but logo is not displayed:

RadPrintDocument document = new RadPrintDocument();
document.Logo = pictureBox1.Image;
document.RightHeader = "Right header";
document.AssociatedObject = grid;
RadPrintPreviewDialog preview = new RadPrintPreviewDialog(document);
preview.Show();

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 25 May 2016, 11:08 AM
Hello Gholmorad,

Thank you for writing. 

The RadPrintDocument.Logo property allows you to add a logo to the header or footer. Please note that the header/footer text should contain "[Logo]" in its text in order the logo to appear. Additional information is available here: http://docs.telerik.com/devtools/winforms/telerik-presentation-framework/printing-support/radprintdocument/header-and-footer
 
I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Gholmorad
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or