Unplanned
Last Updated: 17 Oct 2017 11:50 by ADMIN
ADMIN
Boby
Created on: 17 Oct 2017 11:49
Category: PDFViewer
Type: Bug Report
1
PdfViewer: FixedDocumentSinglePagePresenter does not render annotations and forms
FixedDocumentSinglePagePresenter uses simple rendering mechanism using UIElements, which currently has some limitations:
- Layers are not supported, thus annotations and forms are not rendered (even read-only)
- UIElements could be affected (clipped) when UseLayoutRounding property set at parent level, when DPI is different that 96 DPI. 

Workaround: If content is clipped, ensure that UseLayoutRounding is set to false as presenter level:
<telerikUI:FixedDocumentSinglePagePresenter UseLayoutRounding="False" />
0 comments