how can see the multiple pdf in one window form. i am able to see one pdf in for using
AxAcroPDFLib.AxAcroPDF pdfviewer=new AxAcroPDFLib.AxAcroPDF();
pdfviewer.loadFile(FilePath);
i am using AxAcroPDFLib dll.
My proble is that when the pdf size is more the 1MB some time its showing most of the time it is not showing pdf. Can you please give the solution.