Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 351 Bytes

File metadata and controls

5 lines (3 loc) · 351 Bytes

Saving as PNG using System.Drawing

This example program shows how to create a QR code and save it as a PNG file using the System.Drawing classes.

With .NET 6 and later, System.Drawing has become a Windows only technology. While System.Drawing is available on macOS and Linux on earlier .NET version, its use is only recommended for Windows.