Hi,
I'm using the latest version of Telerik and I have a problem opening a PDF file. I created a USerControl which containe a RadPdfViewer and I am unable to load a document PDF file from disk.
Here is the piece of code I use to load my document:
PdfDocumentSource doc = new PdfDocumentSource(new System.Uri(@"d:\document.pdf"));
this.Viewer.Document = doc.Document;
The "doc.Document" are always null?!?
Thank's
Alain
I'm using the latest version of Telerik and I have a problem opening a PDF file. I created a USerControl which containe a RadPdfViewer and I am unable to load a document PDF file from disk.
Here is the piece of code I use to load my document:
PdfDocumentSource doc = new PdfDocumentSource(new System.Uri(@"d:\document.pdf"));
this.Viewer.Document = doc.Document;
The "doc.Document" are always null?!?
Thank's
Alain