ElectronWebContents.setZoomFactor method
ElectronWebContents › setZoomFactor
Unofficial
Changes the zoom factor to the specified factor.Signature:
setZoomFactor(factor: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| factor | number | The zoom factor. Must be greater than 0.0. |
Returns: void