Export RadFixedPage to image
Product Version | Product | Author |
---|---|---|
bellow 2020.2.513 or above* | RadPdfProcessing | Martin Velikov |
bellow 2020.2.513 or above* | RadPdfViewer |
* Due to the new PdfViewer's document model transition, there is a difference in the implementation between different assemblies version.
Description
How to export RadFixedPage to TIFF file.
Solution
To achieve this we can use the RadPdfViewer control form the UI for WPF suite to create images from the RadFixedDocument pages using the ThumbnailFactory class. q
The COM threading model for the application has to be a single-threaded apartment (STA). A STAThreadAttribute tag "[STAThread]" should be placed on the class.