Click or drag to resize

EmulationClientSetPageScaleFactorAsync Method

Version 90.6.50
Sets a specified page scale factor.

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