News & Releases
|
|

Spire.PDFViewer 5.1.4 supports catching the exception which was thrown by PDFViewer when rendering a page
We're pleased to announce the release of Spire.PDFViewer 5.1.4. This version supports catching the exception which was thrown by PDFViewer when rendering a page and fixes the issue that occurred when viewing PDF file. See the content below for details.
New Features:
- Supports catching the exception which was thrown by PDFViewer when rendering a page.
this.pdfViewer1.OnRenderPageExceptionEvent += MyException;
}
public void MyException(PdfViewerExceptions agrs)
{
this.pdfViewer1.OnRenderPageExceptionEvent -= MyException;
}
Bug Fixes:
- Fixes the issue that some content was missing when viewing a PDF file.
Click the link to get Spire.PDFViewer 5.1.4 :
More information of Spire.PDFViewer new release or hotfix: