Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Infragistics Richtextbox & export text-string into JPG (thumbnail-effect)?
posted

Hello all,

is there any infragistics control like <windows forms richtextbox>,

so that I could put RTF or any special formatted text into that?

which infragistics control does support on exporting control.text into JPG or BMP

so that I could make a "thumbnail" from any strings?

Many thanks in advance

  • 37774
    Verified Answer
    posted

    There is no Infragistics control that supports the RTF format, but there is the UltraFormattedTextEditor that supports a custom XML format.  As for creating a thumbnail from a control, there is a DrawToBitmap method on the Control class that was added in the 2.0 version of the .NET framework that you can use.

    -Matt