This is a migrated thread and some comments may be shown as answers.

RadRichTextBox avoid image resize

1 Answer 86 Views
RichTextBox (obsolete as of Q3 2014 SP1)
This is a migrated thread and some comments may be shown as answers.
Keiichi-kun
Top achievements
Rank 1
Keiichi-kun asked on 26 Nov 2013, 11:17 AM
Hi,
I'm trying to insert an image inside a radrichtextbox (windows form) using this code

Bitmap b = new Bitmap(openDialog.OpenFile());
myRadRichTextBox.InsertImage(b);

but the image is automatically resized to the size of radrichtextbox.
How can I avoid this?
Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 29 Nov 2013, 09:23 AM
Hello Nicola,

Thank you for contacting Telerik support.

I was unable to reproduce the observed behavior my end. I prepared a small sample, based on the information that you provided so far and attached it to this thread. Could you please check it and let me know how it differs from your real setup? Also could you please specify the exact version of our product that you are using.

I am converting this Forum thread into a support ticket in order to allow attachments.You can find it in your Telerik account.

Thank you in advance for your patience and cooperation.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
RichTextBox (obsolete as of Q3 2014 SP1)
Asked by
Keiichi-kun
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or