Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Printer Extension UI use the Universal Windows Platform (UWP)?

Can Printer Extension UI use the Universal Windows Platform (UWP)?

like image 367
Kishor Avatar asked Nov 09 '15 12:11

Kishor


People also ask

What is UWP used for?

UWP is one choice for creating apps that run on Windows 10 and Windows 11 devices, and can be combined with other platforms. UWP apps can make use of Win32 APIs and . NET classes (see API Sets for UWP apps, Dlls for UWP apps, and . NET for UWP apps).

What is UWP in Visual Studio?

In this introduction to the Visual Studio integrated development environment (IDE), you'll create a "Hello World" app that runs on any Windows 10 or later device. To do so, you'll use a Universal Windows Platform (UWP) project template, Extensible Application Markup Language (XAML), and the C# programming language.

How do I know if my app is UWP?

If the file location is the WindowsApps folder in Program Files, or Windows 10 refuses to open the folder, then it is a UWP App, because Win32 apps are stored in their own folder in Program Files (x86) and 64bit applications are stored in their own folder in Program Files . . .

What is a UWP file?

January 2022) Universal Windows Platform (UWP) apps (formerly Windows Store apps and Metro-style apps) are applications that can be used across all compatible Microsoft Windows devices, including personal computers (PCs), tablets, smartphones, Xbox One, Microsoft HoloLens, and Internet of Things.


1 Answers

PrinterExtensionLibrary is part of the "Windows Store device apps" stack, not .Net Core (UWP). Found this example, that shows you how to print in an UWP-App.

like image 176
Thomas Avatar answered Sep 23 '22 06:09

Thomas