SourceType Enumeration | 
Namespace: DotNetBrowser.Capture
public enum SourceType
| Member name | Value | Description | |
|---|---|---|---|
| Unspecified | 0 | The content is captured from an unspecified source. | |
| Screen | 1 | The content is captured from a screen. | |
| ApplicationWindow | 2 | The content is captured from an application window. | |
| Browser | 3 | The content is captured from a IBrowser instance. |