Changed change type from retargeting to runtime

pull/425/head
Ron Petrusha 2017-06-15 15:14:19 -07:00
parent fde269bc3a
commit 15d96acbe6
1 changed files with 6 additions and 6 deletions

View File

@ -13,18 +13,18 @@ NotPlanned
WPF's Printing APIs using <xref:System.Printing.PrintQueue?displayProperty=name>
now call Window's Print Document Package API in favor of the now deprecated XPS
Print API, neither users nor developers should see any changes in behaviour or
API usage, the change was made with serviceability in mind. The new printing
stack is by default enabled when running in Windows 10 Creators Update. The old
Print API. the change was made with serviceability in mind; neither users nor developers
should see any changes in behaviour or API usage, The new printing
stack is enabled by default when running in Windows 10 Creators Update. The old
printing stack will still continue to work just as before in older Windows
versions.
- [x] Quirked
- [ ] Build-time break
- [ ] Quirked
- [X] Build-time break
### Recommended Action
If the user wants to use the old stack in Windows 10 Creators Update, the user should set registry key REG_DWORD `HKEY_CURRENT_USER\Software\Microsoft\.NETFramework\Windows Presentation Foundation\Printing\UseXpsOMPrinting = 1`
To use the old stack in Windows 10 Creators Update, set the `UseXpsOMPrinting` REG_DWORD value of the `HKEY_CURRENT_USER\Software\Microsoft\.NETFramework\Windows Presentation Foundation\Printing` registry key to `1`.
### Affected APIs
Not detectable via API analysis