Hi,
Is it possible to display fleshly created RadFixedDocument in PdfViewer or do I have to save the RadFixedDocument as a file and then bind this file to the PdfViewer ?
I mean doing something like this :
Model:
<telerik:RadPdfViewer Name="pdfViewer" Document="{Binding NewDocument}" />
'ViewModel:NewDocument = CreateDocument()
Thanks,
Rémi.