Eikon Screenshot

Is it possible to take a screenshot of an Eikon page and mail it using the Eikon COM api?

Best Answer

  • Gurpreet
    Answer ✓

    @mjackson

    Screenshot capability is implemented by OS and available through system calls, and not something that Eikon API provides.

    On windows, see Win32 API call - BitBlt and GetWindowDC.