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

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -