Click or drag to resize

EmulationClientSetPageScaleFactorAsync Method

Version 88.2.90
Sets a specified page scale factor.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Task<DevToolsMethodResponse> SetPageScaleFactorAsync(
	long pageScaleFactor
)

Parameters

pageScaleFactor
Type: SystemInt64
Page scale factor.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also