I have a richeditbox in which i need to find out if an ITextRange has an image or not. Please help me with this.
Asked
Active
Viewed 93 times
0
-
1What did you try so far? Please provide a minimal example, containing what you tried so far: https://stackoverflow.com/help/mcve – TheTanic Jul 31 '18 at 13:01
-
Actually i found that by finding if the character value is 65532 (standard value for objects) But now i'm unable to add a block quote to the RichEditBox. – Saravana Kumar Jul 31 '18 at 13:14
-
@SaravanaKumar It seems you have found a solution to find out if there is an Image in the RichEditBox in your new thread [here](https://stackoverflow.com/questions/51610093/uwp-richeditbox-disable-image-resize). Please let me know whether you need more help. – Breeze Liu - MSFT Aug 01 '18 at 08:24
-
Possible duplicate of [UWP RichEditBox disable image resize](https://stackoverflow.com/questions/51610093/uwp-richeditbox-disable-image-resize) – Breeze Liu - MSFT Aug 09 '18 at 08:35