C #: do .NET libraries have a standard class that can view and print an RTF string?
I essentially need a βviewerβ that simply displays a simple or rich text string and has a print button that will print the displayed string.
You can use RichTextBox and install Rtf .
As for printing, you can see this question where there are useful links:
Source: https://habr.com/ru/post/1757954/More articles:What is isupper macros in C? - c ++Architecture / patterns for pushing live data in a client server application - design-patternshow to change the ExpandableListview icon on the left to others (android ExpandableListView) - androidCreate view based on hierarchy / used by CTE - sqlHow do you convert XSLT 2.0 date duration to string? - dateSet WinForms RichTextBox as the PrintDocument source - c #Getting Editing Commands In Derived InlineUIContainer - wpfRe-matching takes a very long time to complete - performanceHow to use Sweave (R) code inside fancyhdr? - rUsing LIKE in CASE operations - sqlAll Articles