Click or drag to resize

EmulationClientSetPageScaleFactorAsync Method

Version 91.1.160
Sets a specified page scale factor.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.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