summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
diff options
context:
space:
mode:
authoralexke-dev <[email protected]>2023-08-10 16:28:02 -0700
committerGitHub <[email protected]>2023-08-10 16:28:02 -0700
commitcbbd53eda55fbdf65f22b5f57c7dbc4b1ea594fd (patch)
tree50df874afbb353d7d3864b559c6b7641f1208924 /print/v4PrintDriverSamples/PrinterExtensionSample/README.md
parent6ea518dd65b6c2c3b298bb8e7ed5e9124b8a4981 (diff)
Remove Print Driver Samples (#1017)
* Remove print driver samples. Add README.md to redirect consumers to Print Support App (PSA) development guide. * Remove en-us from URL.
Diffstat (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample/README.md')
-rw-r--r--print/v4PrintDriverSamples/PrinterExtensionSample/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
deleted file mode 100644
index 043811a4..00000000
--- a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-page_type: sample
-description: "Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver."
-languages:
-- csharp
-products:
-- windows
-- windows-wdk
----
-
-# Printer Extension Sample
-
-This sample demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. This .NET app uses PrintTicket, PrintCapabilities and Bidi in order to communicate with the print system and is suitable for inclusion in a v4 print driver.
-
-> [!NOTE]
-> This sample is for the v4 print driver model.
-
-## Related topics
-
-[Building a Driver with Visual Studio and the WDK](https://docs.microsoft.com/windows-hardware/drivers/develop/building-a-driver)
-
-[v4 Printer Driver](https://docs.microsoft.com/windows-hardware/drivers/print/v4-printer-driver)