Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / LaunchOptions Class / DefaultWindowSize Property

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