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

In This Topic
    WindowSize Property (PdfSettings)
    In This Topic
    Gets or sets the virtual window size, in pixels. Defaults to 800 x 600.
    Syntax
    'Declaration
     
    Public Property WindowSize As System.Drawing.Size
    public System.Drawing.Size WindowSize {get; set;}
    See Also