Hi All,
I have inserted an image into RadRichTextBox...Can i access the path of this image, the location from where i inserted it? Is there some Property to access path of inserted image(s)?
There is no way to access the path of the inserted image, as ImageInline objects do not keep a reference to the path of the image once inserted.
However, you can implement your custom InsertImage method or command similar to the default one. It can use the OpenFileDialog like the default command or retrieve the image in any other way. Then, you can have a dictionary keep a mapping from the ImageInline objects to the path of the file that was used to create it.
Kind regards,
Iva Toteva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>