Completed
Last Updated: 31 Mar 2015 16:24 by ADMIN
ADMIN
Ralitsa
Created on: 26 Jan 2015 11:27
Category: PdfViewer
Type: Bug Report
0
FIX. RadPdfViewer - an exception is thrown when loading large files (more than 700 pages) and the PrintPreview method is called
To reproduce: 
1. Drag and drop RadPdfViewer and RadPdfViewerNavigator
2. Load attached file from ticket
3. Click PrintPreview button from navigator and you will see that NullRefference exception is thrown. 

Workaround: 
You can set the ShowPrintPreview property to false of RadPrintViewNavigator
this.radPdfViewerNavigator1.ShowPrintPreview = false;
0 comments