Provide option for exporting InlineUIContainer and FloatingUIContainer as images to docx and RTF format.
Hi Paolo, I can confirm that the feature (export UI containers as images) is supported for the PDF export.
RichTextBox is the way to implement a document editor inside the user application and the UIContainers are the way to include any visual control (e.g. chart, diagrams, ..) in the document. When exporting the document to pdf, it has the same appearance as the RichTextBox view (UIContainers are coverted to images), but the pdf is a kind of read only document. I'm thinking up the same behavior for the docx exporter: the docx document (including the images of UIContainers) can be modified by the user and docx is more flexible format to be managed using version control system.