Bagesh kumar singh

Bagesh kumar singh

  • 1.6k
  • 65
  • 102.3k

how can view multiple pdf in one window form in c#

Jan 23 2014 8:07 AM

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.


Answers (2)