double SetZoom(double)

Sets the zoom level of the active browser

Security

Trust Level Required: Low Trust

Parameters

Name Description
percentLevel double
The new zoom level of the browser.

Remarks

Setting the browser zoom via this function will cause all webpages to zoom to the percent level specified.

Examples


//reset browser zoom to 100%
if(KioBrowser.GetZoom() != 100) KioBrowser.SetZoom(100);

Requirements

KioWare for Windows version 8.1 or greater.