I am trying to extract image from c# webbrowser control, and return byte array of the same, i have managed to extract image, buy unable to get byte array of the same.
How do i get IHTMLImgElement to byte[], cannot find good examples on google, please any suggestions ?
Thank you.