Unplanned
Last Updated: 28 May 2019 08:35 by ADMIN
implement annotations handling when RadFixedDocument is imported with PdfProcessing
Unplanned
Last Updated: 22 Mar 2019 08:06 by ADMIN
Created by: Carlos
Comments: 0
Category: PdfViewer
Type: Feature Request
0
Implement API for adding document outline (a.k.a bookmarks).
Completed
Last Updated: 21 Mar 2019 13:05 by ADMIN
Created by: David
Comments: 1
Category: PdfViewer
Type: Feature Request
0
provide an option for FitPageToWidth. The current option is to fit document to width.
Unplanned
Last Updated: 19 Mar 2019 12:39 by ADMIN
Created by: David
Comments: 0
Category: PdfViewer
Type: Feature Request
1
where if in this mode, the zoom level will be changed upon the user changing the current page (via scrolling or navigating). 
Unplanned
Last Updated: 12 Mar 2019 08:45 by ADMIN
Implement the ability to display the pages of a document with a different orientation.
Completed
Last Updated: 20 Feb 2019 12:47 by ADMIN
Created by: Jorge Adrian
Comments: 4
Category: PdfViewer
Type: Feature Request
3
Expose a document loaded event
Completed
Last Updated: 20 Feb 2019 12:42 by ADMIN
Support for FileDocumentSource
Declined
Last Updated: 11 Feb 2019 12:59 by ADMIN
Created by: David
Comments: 2
Category: PdfViewer
Type: Feature Request
2
A great first effort! Many thanks!
After some use I do have these suggestions:

1. When User changes LayoutMode the ZoomLevel property changed event should also be fired. I have a Numeric Textbox to adjust viewer ZoomLevel and would like to see its text update on a LayoutMode change. However when LayoutModeChanged fires the ZoomLevel has not yet changed nor does ZoomLevelChanged later fire.
2. The toolbar item for Fit to Width should be a Toggle in all cases, i.e. toggling between Fit Width and Fit Height (or Fit Page) and should be effective at all times (sometimes has no effect if LayoutMode changed to Single Page).
3. The toolbar item to toggle LayoutMode should honor an assignment of its text property.
4. I'm currently using the change in VisiblePagesCount to determine the document is visible. However a "Loaded" event might be even better.
5. I would like to release the viewer's memory of the document before closing the XAML page. An Unload command would be helpful. For now I just assign Source = null.
1 2