Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / ImageSettings Class / WindowSize Property

In This Topic
    WindowSize Property (ImageSettings)
    In This Topic
    Gets or sets the virtual window size, in pixels. Defaults to 800 x 600.

    Note that if FullPage is true, this property defines the minimal window size.

    Syntax
    'Declaration
     
    Public Property WindowSize As System.Drawing.Size
    public System.Drawing.Size WindowSize {get; set;}
    See Also