Click or drag to resize

SourceType Enumeration

The type of the content capture source.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum SourceType
Members
  Member nameValueDescription
Unspecified0 The content is captured from an unspecified source.
Screen1 The content is captured from a screen.
ApplicationWindow2 The content is captured from an application window.
Browser3 The content is captured from a IBrowser instance.
See Also