ITMSFNCCustomWebBrowser.CaptureScreenShot Method
Captures the current browser viewport as an image and optionally invokes a completion callback.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowser
Syntax
procedure CaptureScreenShot(ACompleteEvent: TTMSFNCWebBrowserCaptureScreenShotCompleteEvent = nil);
Parameters
| Name | Description |
|---|---|
ACompleteEvent |
Optional callback invoked when the screenshot is ready; pass nil to use the OnCaptureScreenShotComplete event. |