Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 366 Bytes

File metadata and controls

7 lines (5 loc) · 366 Bytes

Example for Windows Forms and System.Drawing

This example for Windows show various ways of working with QR bills in Windows Forms application:

  • Display a QR bill on screen using a custom control class (see QrBillControl.cs).
  • Print a QR bill,
  • Copy a QR bill to the clipboard (as both a resolution-independent metafile and a bitmap).