UWP Windows 10
I'm trying to print text from RichEditBox
.
I found an example of implementing printing on MSDN; however, a control is printed here - as a screenshot. After all, RichEditBox.Document
can give formatted RTF text, how to print all the text from the control normally?