2,862 questions
Winspool libraries VS System.Printing namespace
Dinesh valavala
1
Reputation point
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 documentation links on how to implement Winspool in a .NET WPF project?
- Differences between using System.Printing namespace and Winspool implementation?
- Scenarios for using System.Printing namespace VS using Winspool libraries please
- Are there any better alternate ways to implement print function in a WPF project?
Any help is very much appreciated.
Developer technologies | Windows Presentation Foundation
Sign in to answer