Click or drag to resize

EmulationClientSetPageScaleFactorAsync Method

Version 89.0.170
Sets a specified page scale factor.

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