Damon_Wang
12 years agoOccasional Contributor
Get image from DevX Rich Edit Control
Hi there, I'm here again. This time I'm bringing a new question about Devx Rich Edit control,
there is an image of it, I'd like to get this image objec to compare with some image else, but I couldn't find it from Rich Edit Control. I tried below code, but doesn't work.
RichEditControl.Document.GetImages(RichEditControl.Document.Range) it's a list, but when I loop it, it get nothing, the count of list is 1.
Does anyone have experience with it?
there is an image of it, I'd like to get this image objec to compare with some image else, but I couldn't find it from Rich Edit Control. I tried below code, but doesn't work.
RichEditControl.Document.GetImages(RichEditControl.Document.Range) it's a list, but when I loop it, it get nothing, the count of list is 1.
Does anyone have experience with it?