Click or drag to resize

PageGetLayoutMetricsAsync Method

Version 85.3.121
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetLayoutMetricsResponse> GetLayoutMetricsAsync()

Return Value

Type: TaskGetLayoutMetricsResponse
returns System.Threading.Tasks.Task<GetLayoutMetricsResponse>
See Also