Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SetWindowSize Method

In This Topic
    SetWindowSize Method
    In This Topic
    Sets the virtual window size, in pixels.
    Syntax
    'Declaration
     
    Public Sub SetWindowSize( _
       ByVal windowSize As System.Drawing.Size _
    ) 
    public void SetWindowSize( 
       System.Drawing.Size windowSize
    )

    Parameters

    windowSize
    See Also