Hi
In a new winform project i put this instruction in the load method but do nothing and no show any error
PdfDocumentView DocPdf = new PdfDocumentView();
DocPdf.Load(@"e:\test.pdf");
i have references to all DLL,
i am using .net 4.6 and Visual Studio 2015 Community
Thanks