Enum SourceType
- Namespace
- DotNetBrowser.Capture
- Assembly
- DotNetBrowser.dll
The type of the content capture source.
public enum SourceType
Fields
ApplicationWindow = 2
The content is captured from an application window.
Browser = 3
The content is captured from a IBrowser instance.
Screen = 1
The content is captured from a screen.
Unspecified = 0
The content is captured from an unspecified source.