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

Change PDF Navigator Icons and Load from Stream

1 Answer 154 Views
PdfViewer and PdfViewerNavigator
This is a migrated thread and some comments may be shown as answers.
Dante696
Top achievements
Rank 1
Dante696 asked on 16 Aug 2015, 10:15 PM

Dear Telerik Team,

 It's possible to customize the PDF Navigator icons?

 How can i do to load a PDF that i put inside my solution or inside of a database?

 Kind regards

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 17 Aug 2015, 07:49 AM
Hello Felipe,

Thank you for writing.

RadPdfViewerNavigator is basically RadCommandBar control, so using the latter's API you can access the buttons and change their images. Here is an example:
radPdfViewerNavigator1.Rows[0].Strips[0].Items[0].Image = myImage;

On the question how to load pdf in RadPdfViewer, please consider the following article: http://www.telerik.com/help/winforms/pdfviewer-getting-started.html

I hope that you find this information useful. 

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
PdfViewer and PdfViewerNavigator
Asked by
Dante696
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or