Hi,
I am assuming that you are using EO.WebBrowser instead of EO.Pdf since you can not interact with the Engine object directly using EO.Pdf (since Engine objects are automatically managed by EO.Pdf internally).
With EO.WebBrowser, you can support private mode by using a separate engine. You would do this by directly setting the WebView's Engine property BEFORE it is being initialized. For example:
Code: C#
//Here engine is an Engine object previously created
//through Engine.Create
WebView webView = new WebView();
webView.Engine = engine;
//Assign the WebView to a WebControl so that when the
//WebControl initializes it will initialize the WebView
webControl.WebView = webView;
We do not see any order associated to your account. We provide free tech support for one year after your order unless you have renewed your maintenance plans to current. As such if you have never renewed, you will not be eligible to receive tech support based on your 2022 license. If you have a newer order or have renewed your maintenance for your existing order, please PM us with your order number so that we can double check it for you.
Thanks!