
Hi,
It request a FlowDocument(not FixedDocument) for the Print and PrintPreview in our application, can I get a FlowDocument from the PrintSettings?
If not support that, I also can do it with the RTF, but I need insert the line number before every line, so how can I export one line to RTF(not all of the document), I don't know how to get a ITextSnapshot for a line.
Thanks you very much!