diff options
| author | J M Rossy <[email protected]> | 2015-08-12 11:56:39 -0700 |
|---|---|---|
| committer | J M Rossy <[email protected]> | 2015-08-12 11:57:59 -0700 |
| commit | 877c5ae528738cbf968b953e07a40e6d64af6382 (patch) | |
| tree | 146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /print/v4PrintDriverSamples/PrinterExtensionSample/README.md | |
| parent | 93217010e0c3d492c432fbccb167f6070775ba36 (diff) | |
Rename README.md files to standardize casing
Diffstat (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample/README.md')
| -rw-r--r-- | print/v4PrintDriverSamples/PrinterExtensionSample/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md new file mode 100644 index 00000000..ca5f6837 --- /dev/null +++ b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md @@ -0,0 +1,14 @@ +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](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) + |
