From 305b1ddf1254369c51a6a0e30047dd0cbf27d5d4 Mon Sep 17 00:00:00 2001 From: Tanya Solyanik Date: Fri, 20 Jan 2023 18:21:43 -0800 Subject: [PATCH] Update printpreviewdialog-control-overview-windows-forms.md Added clarification. Related to https://github.com/dotnet/docs-desktop/issues/1546 --- .../printpreviewdialog-control-overview-windows-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md index 8809689617..30bf00d315 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/controls/printpreviewdialog-control-overview-windows-forms.md @@ -33,7 +33,7 @@ For apps running on the .NET Framework 4.5.2, you can add the following key to t ``` -If the `EnablePrintPreviewOptimization` key is set to any other value, or if the key is not present, the optimization is not applied. +If the `EnablePrintPreviewOptimization` key is set to any other value, or if the key is not present, the optimization is not applied. This key has no effect if the application is running on .NET Framework 4.6 or later. For apps running on the .NET Framework 4.6 or later versions, you can add the following switch to the [\](/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element) element in the [\](/dotnet/framework/configure-apps/file-schema/runtime/index) section of your app config file: