Capturing a Screen Shot of a TWebBrowser Content (Web Page) in Delphi
in Delphi VCL :: You might need to programmatically grab the screen shot of the current page loaded in the web browser control. A custom Delphi function WebBrowserScreenShot will capture the contents of a TWebBrower's client area into a JPEG image and save it to a specified file.
Read the full article to learn how to Capture a Screen Shot of a TWebBrowser Content (Web Page) in Delphi.
Related:


How to capture complete web document not only client area? And without scrollbars.