Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,772 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I just started working on a WPF application (with .NET Core 3.1).
It has a print module implemented using Winspool through DllImport("winspool.Drv").
I have the following questions.
Any help is very much appreciated.