TTMSFNCWebCoreClientBrowser.CaptureScreenShot Method
Captures a screenshot of the current browser content and delivers it via the completion event.
API unit family: TMSFNCWebCoreClientBrowser
Declaring type: TTMSFNCWebCoreClientBrowser
Syntax
procedure CaptureScreenShot(ACompleteEvent: TTMSFNCWebBrowserCaptureScreenShotCompleteEvent = nil); override;
Parameters
| Name | Description |
|---|---|
ACompleteEvent |
Optional callback invoked with the captured bitmap when the operation finishes. |