Click or drag to resize

IBrowserCapture Property

Gets the ICapture instance that can be used for listening and handling capture sessions.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
ICapture Capture { get; }

Property Value

Type: ICapture
The ICapture instance associated with this IBrowser.
See Also