diff --git a/CefSharp.MinimalExample.Wpf/App.xaml.cs b/CefSharp.MinimalExample.Wpf/App.xaml.cs index 2f38d37..65f8930 100644 --- a/CefSharp.MinimalExample.Wpf/App.xaml.cs +++ b/CefSharp.MinimalExample.Wpf/App.xaml.cs @@ -9,7 +9,6 @@ namespace CefSharp.MinimalExample.Wpf { //Perform dependency check to make sure all relevant resources are in our output directory. var settings = new CefSettings(); - settings.EnableInternalPdfViewerOffScreen(); Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler: null); }