This sample project shows how to use the SwissQRBill.NET library in a Windows Presentation Foundation (WPF) application. It demonstrates how to display a QR bill and how to print it.
-
Display: For the display, an Image control is used. It is assigned a
DrawingImagegenerated by theQrBillImageclass. -
Printing: The class
QrBillPrintingshows how to generate aDrawingImage, assigning it to anImagecontrol and then adding the control to the page content of aFixedDocument.