Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Open Vision for NET
»
NOV Text Editor for .NET
»
How to add String with RTF to RichtextView
How to add String with RTF to RichtextView
Post Reply
How to add String with RTF to RichtextView
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Nevron Support
Nevron Support
posted 8 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.2K
Hi Bart,
The control supports loading from arbitrary stream (file, in memory etc.) so you simply need to convert the string to a stream - for example:
string someRichText = @"{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}}{\colortbl;\red255\green0\blue0; }{\*\generator Riched20 10.0.14393}\viewkind4\uc1\pard\sa200\sl276\slmult1\f0\fs22\lang9 Rich \cf1 Text\cf0\par}";
byte[] bytes = ASCIIEncoding.Default.GetBytes(someRichText);
MemoryStream memoryStream = new MemoryStream(bytes);
nRichTextViewControl1.Widget.LoadFromStream(memoryStream, new Nevron.Nov.Text.Formats.NRtfTextFormat());
Hope this helps - let us know if you meet any problems or have any questions.
Best Regards,
Nevron Support Team
Reply
Like
0
Bart Spel
Bart Spel
posted 8 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 1,
Visits: 1
Hi,
i am new to Nevron and i am looking for a way load a string with a complete RTF document in to the RichTextView Control.
I looked for a code sample but cannot find an example.
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search