Is there a way to print from the TEdgeBrowser
implementation in Delphi?
In the older TWebBrowser we used the following code that worked:
ControlInterface.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, varIn, varOut);
But the TEdgeBrowser
doesn't seem to support this?
Any thought's greatfully accepted.