Async printing helper for Universal Apps
- Printing data can be a complex task.
- The printing API for Universal Apps is event-based and does not support async/await.
- This helper wraps the printing API so that it can be used to print collections of data (e.g. list of customers) in a simple way. It is slightly similar to the Silverlight API (PrintDocument).
The code can be found here: