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!
|
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!
|