Welcome Guest Search | Active Topics | Sign In | Register

how to get a element's image to Image?? Options
sexfio1
Posted: Thursday, October 17, 2019 1:53:14 AM
Rank: Member
Groups: Member

Joined: 10/17/2019
Posts: 14
<img src="/Login/verify.html" class="verify" alt="click">

how get the img element's image to the winform's Image control ???

thx!
eo_support
Posted: Thursday, October 17, 2019 9:21:24 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Hi,

I am assuming you are asking about EO.WebBrowser. There is no direct way for you to do this with EO.WebBrowser. In theory you could use JavaScript code to draw the image into a canvas and then get the image data from the canvas, but this would have a number of drawbacks, such as potentially losing image quality, security restrictions, etc. So you should probably look for other ways to achieve this.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.