c# - Create Thumbnail of HtmlImage -


i trying create thumbnail of htmlimage.

i trying use getthumbnailimage system states htmlimage not contain definition getthumbnailimage.

i trying this:

system.drawing.image im = (system.drawing.image)i.getthumbnailimage(100, 100, null, new system.intptr()); 

where htmlimage. tried casting ((system.drawing.image)). point me in right direction or provide idea on how solve it?

thank you.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -