Hi,
i have a problem to add a DocumentSource on my pdfviewer.
this works fine:
this does not work:
Why not? I have read this link, but without any good input.
What's wrong in the c# part? I have to add the DocumentSource here.
Please this is a strange Problem! I need help.
Thanks
best Regards
Rene
i have a problem to add a DocumentSource on my pdfviewer.
this works fine:
<telerik:RadPdfViewer Grid.Row="1" x:Name="pdfViewer" DocumentSource="F:\\TEMP\\BinderDemo_2009_R4_N55_1\\test.pdf" />this does not work:
string pdffile_s = "F:\\TEMP\\BinderDemo_2009_R4_N55_1\\test.pdf";pdfViewer.DocumentSource = new PdfDocumentSource(new System.Uri(@pdffile_s, System.UriKind.Relative));Why not? I have read this link, but without any good input.
What's wrong in the c# part? I have to add the DocumentSource here.
Please this is a strange Problem! I need help.
Thanks
best Regards
Rene
