
Hi guys,
I use your EditorDocumentViewer for print previews and the CreateFixedDocument() method on the SyntaxEditor instance to assign content to the preview. My problem is that while syntax colors are taken directly from the SyntaxEditor instance, as I would expect, the background color is not. This causes problems when I have a dark theme loaded in the editor, where the background is a dark grey and some of the colors are very light or even white, which will be invisble on a white background. Is there a property I should set on the EditorDocumentViewer or is it something that you have to handle in the CreateFixedDocument method? I tried setting the Background property on the EditorDocumentViewer, but that was for the background around the document :)