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

I try to integrate pdfcontrol in scatterviewItem

1 Answer 47 Views
PDFViewer
This is a migrated thread and some comments may be shown as answers.
first100
Top achievements
Rank 1
first100 asked on 19 Sep 2013, 12:38 PM

Hello,

Im using pdf viewer controls , i am trying to integrate it into scatterviewitem,
but the container is blank.
Has anyone tried to do such a similar thing and can give me some suggestions?

 Thanks

private void LoadPdf()
       {
           PdfControl pdfbook = new PdfControl
           { DocSource = (string) @"C:\Users\Getimage\Desktop\Info\script.pdf" };
          
           var svi = new ScatterViewItem();
           svi.Content = pdfbook;
          
           MainScatterView.Items.Add(svi);
          
       }

1 Answer, 1 is accepted

Sort by
0
Kammen
Telerik team
answered on 24 Sep 2013, 11:00 AM
Hello Massimo,
We have tried your scenario and everything worked as expected. I am attaching sample project that will illustrate it.

If you have further questions do not hesitate to contact us.

Regards,
Kammen
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
PDFViewer
Asked by
first100
Top achievements
Rank 1
Answers by
Kammen
Telerik team
Share this question
or