How to render WebBrowser to device context?
问题 i want to render a web-page (i.e. TWebBrowser ) to a device context. i want to use Internet Explorer's layout engine to render content to a device context (i.e. metafile, pdf metafile). Starting with Internet Explorer 9 the IHTMLElementRender interface is no longer supported : IHTMLElementRender interface Use this interface to draw the contents of an element to a specified device context, normally a printer. Members The IHTMLElementRender interface inherits from the IUnknown interface but