Hello,
I use PDFViewer in a VB.NET 4.0 Winform project, with Telerik version 2013.2.724.40.
When the PDF have just an image, it's ok. But when the PDF have a background image and text in front of, it's not working (just display background image). I try to load the PDF with your silverlight demo, and it work fine.
My code is :
Dim mStream As New MemoryStream()
mStream.Write(tdo.Document, 0, tdo.Document.Length)
radPdfViewer.LoadDocument(mStream)
radPdfViewer.ScaleFactor = 0.6F
I try to save the PDF file in a directory to send to the LoadDocument method's, but the result is identical. When I open whith PDFReader, it's OK.
Thank for your help
I use PDFViewer in a VB.NET 4.0 Winform project, with Telerik version 2013.2.724.40.
When the PDF have just an image, it's ok. But when the PDF have a background image and text in front of, it's not working (just display background image). I try to load the PDF with your silverlight demo, and it work fine.
My code is :
Dim mStream As New MemoryStream()
mStream.Write(tdo.Document, 0, tdo.Document.Length)
radPdfViewer.LoadDocument(mStream)
radPdfViewer.ScaleFactor = 0.6F
I try to save the PDF file in a directory to send to the LoadDocument method's, but the result is identical. When I open whith PDFReader, it's OK.
Thank for your help