Large PDF documents take a very long time to display in the PDF viewer. I saw a previous forum post stating large documents needs to be displayed in a single page layout. I cannot figure out how to display them in this fashion. The viewer seems to ignore the document viewer preference settings. How do I go about displaying these 2MB+ PDF documents.
loadedDocument = new PdfLoadedDocument(tempfile);
loadedDocument.ViewerPreferences.PageLayout = Syncfusion.Pdf.PdfPageLayout.SinglePage;
pdfViewer.Load(loadedDocument);