Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how do i save web with png format in C# windows form application

What I have tried:

i want to save web with png format in C# windows form application
Posted
Updated 23-Aug-16 5:15am
Comments
Patrice T 23-Aug-16 11:07am    
What are you talking about ?

1 solution

See here: C# Save Web Page URL To Image | 4 Rapid Development[^] - it returns a Bitmap, which you can save as a PNG file using Bitmap.Save
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900