TTMSFNCWebBrowser.CaptureScreenShot Method
Captures a screenshot of the current browser content.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Syntax
procedure CaptureScreenShot(ACompleteEvent: TTMSFNCWebBrowserCaptureScreenShotCompleteEvent = nil); override;
Parameters
| Name | Description |
|---|---|
ACompleteEvent |
Optional callback invoked with the resulting bitmap when the capture is complete. Also fires OnCaptureScreenShot. |