DevToolsClientDOMSnapshot Property |
Version 111.2.70
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Namespace:
CefSharp.DevTools
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public DOMSnapshotClient DOMSnapshot { get; }
public:
property DOMSnapshotClient^ DOMSnapshot {
DOMSnapshotClient^ get ();
}
Property Value
Type:
DOMSnapshotClientSee Also