Unplanned
Last Updated: 15 May 2019 13:41 by ADMIN
Patrick
Created on: 04 Mar 2016 14:19
Category: RichTextBox
Type: Feature Request
1
RichTextBox: Show the actual size of the Image in the UI
Actually, when we go to image editor from the RadRichTextBox, we've got the original image's size but not the width and height in the document. When we need to format pictures of a document with equal size, we are using the document's size, not the picture's size.

Thanks 
2 comments
ADMIN
Boby
Posted on: 15 May 2019 13:41
Hello,

An extended workaround is available in the Image Editor Dialog enhancement item.

Regards,
Boby
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Tanya
Posted on: 10 Mar 2016 16:54
Hi Partick,

You could replace the default ImageEditorDialog and customize it to show the desired values. The width and height of the image inside the document are preserved in the corresponding properties of the image object, passed as a parameter to the ShowDialog() method. 

There is an example in our XAML SDK repository, which you could use as a reference for the implementation: https://github.com/telerik/xaml-sdk/tree/master/RichTextBox/CustomImageEditorDialog

Regards,
Tanya