You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add a render to png feature ?
So I can render HTML/SVG to png ?
I've been doing this in a C# application, but all that CefGlue doesn't work right on all platforms...
One way to get the image is in the OnPaint sub of CefRenderHandler.
internal class DemoCefRenderHandler: CefRenderHandler
protected override void OnPaint
Could you add a render to png feature ?
So I can render HTML/SVG to png ?
I've been doing this in a C# application, but all that CefGlue doesn't work right on all platforms...
One way to get the image is in the OnPaint sub of CefRenderHandler.
internal class DemoCefRenderHandler: CefRenderHandler
protected override void OnPaint
Example
https://github.com/ststeiger/CefGlue_NetStandard/blob/master/PdfGlue/Demo/DemoCefRenderHandler.cs
The text was updated successfully, but these errors were encountered: