[PDFNet] Opening large files with PDFView Control.

If there are too many pages, try to do

SetPagePresentationMode(MyPDFView.PagePresentationMode.e_single);

and it should decrease the loading time.

Frank Liu