Welcome Guest Search | Active Topics | Sign In | Register

Capture doesn't capture Options
Mork
Posted: Wednesday, November 22, 2017 12:29:39 PM
Rank: Newbie
Groups: Member

Joined: 3/28/2017
Posts: 5
I'd like to capture an image of the page displayed in an EO.WebBrowser. Unfortunately, Capture() doesn't work as the page uses as JS canvas for drawing. I'm unable to use CopyFromScreen as the window may not be visible. Print() works correctly, so it appears that Capture() and Print() use different mechanisms. Is there any way to capture an image of what's displayed in the browser short of printing to pdf and attempting to convert the pdf into an image?
eo_support
Posted: Wednesday, November 22, 2017 1:53:46 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,221
Hi,

They follow largely the same code path. One thing that can happen is if the canvas are initialized with JavaScript and you try to capture too soon before the JavaScript code have a chance to run, then obviously you won't get anything. So you can check that first.

If that is not the problem, then you can try to isolate the problem into a test project and send the test project to us. Once we have that we will be happy to investigate further. See here for more information on how to send test project to us:

https://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.