blob: 5f9dfc36b1bd52f69da65b08228753afa9d1a238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
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
---
<!---
name: Printer Extension Sample
platform: Application
language: cs
category: Print
description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617945
--->
# 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)
|