WebKit2.SnapshotRegion (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Enumeration
WebKit2SnapshotRegion
Declaration
enum WebKit2.SnapshotRegion
Description [src]
Enum values used to specify the region from which to get a WebKitWebView
snapshot.
Members
WEBKIT_SNAPSHOT_REGION_VISIBLE
Specifies a snapshot only for the area that is visible in the webview.
- Value:
0
- Nickname:
visible
- Available since: 4.1
WEBKIT_SNAPSHOT_REGION_FULL_DOCUMENT
A snapshot of the entire document.
- Value:
1
- Nickname:
full-document
- Available since: 4.1
Content