Unplanned
Last Updated: 26 May 2021 06:35 by ADMIN
LindenauAtSOG
Created on: 26 May 2021 06:14
Category: PDFViewer
Type: Bug Report
0
PdfViewer: Document presenter instances are leaked when creating a PdfViewer instance from the constructor

Creating a PdfViewer instance without adding it in the visual tree, leads to leaked document presenter instances when the TouchManager is enabled.

Workaround: Disable the TouchManager:

Telerik.Windows.Input.Touch.TouchManager.IsEnabled = false;

0 comments