Hi,
I really like the PdfViewer control and how easy it is to display pdf files. However, I'd like to allow the users to visually arrange displayed pages via drag and drop. Is this feature included in the SfPdfViewer control?
If not, it'd be better to create a List<Image> out of the pdf file and render that in a ListView. Therefore, I would be able to fully customize the pages' item template. How could this be achieved without loading the file in a dummy SfPdfViewer first and call GetPages() afterwards?
Thanks and regards,
Sebastian