Page 1 of 1

multi page rtf text to one rich text component

Posted: Tue Dec 18, 2012 5:15 am
by liliana
hello.
I have a rtf text with multi page and I want to view this into rich text componet and use this code in GetValue event :System.IO.StreamReader reader = new System.IO.StreamReader("d:\\script.rtf");
string str = reader.ReadToEnd();
reader.Close();
e.Value = System.Xml.XmlConvert.EncodeName(StiRichText.PackRtf(str));
but I can to see one page of my rtf text.how can I see all the pages of my rtf text in rich text component?
thanks

Re: multi page rtf text to one rich text component

Posted: Wed Dec 19, 2012 6:03 am
by HighAley
Hello.

The Rich Text is not supported in the Silverlight version.

Thank you.

Re: multi page rtf text to one rich text component

Posted: Sun Dec 30, 2012 7:23 am
by liliana
thanks for your reply.

Re: multi page rtf text to one rich text component

Posted: Sun Dec 30, 2012 9:26 am
by Alex K.
Hello,

Let us know if you need any additional help.

Thank you.