ResizeTo(UInt32,UInt32) Method
Resizes the browser window to specific dimensions.

C# Syntax

void ResizeTo( 
   uint width,
   uint height
)

Parameters

width
The width of the browser window.
height
The height of the browser window.