diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /print/v4PrintDriverSamples/PrinterExtensionSample | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample')
| -rw-r--r-- | print/v4PrintDriverSamples/PrinterExtensionSample/README.md | 18 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yml | 12 |
2 files changed, 12 insertions, 18 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md index c76f31d8..f4680018 100644 --- a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md +++ b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Printer Extension Sample +description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. +languages: +- csharp +products: + - windows +--- + <!--- name: Printer Extension Sample platform: Application @@ -7,18 +17,14 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617945 ---> - -Printer Extension Sample -======================== +# 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 --------------- +# Related topics [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644) [v4 Print Driver Interfaces and Enumerations](http://msdn.microsoft.com/en-us/library/hh464103(v=vs.85).aspx) - diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yml b/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yml deleted file mode 100644 index 3dcc5d76..00000000 --- a/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Printer Extension Sample - description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - csharp - technologies: - - windows - vssolution: /print/v4PrintDriverSamples/PrinterExtensionSample/PrinterExtensionSample.sln |
