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

In This Topic
    WindowSize Property (PageOptions)
    In This Topic
    Gets or sets the virtual window size, in pixels.
    Syntax
    'Declaration
     
    Public Property WindowSize As System.Nullable(Of Size)
    public System.Nullable<Size> WindowSize {get; set;}
    See Also