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