Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Drawing Namespace / HtmlToImageFormat Class / WindowSize Property

In This Topic
    WindowSize Property (HtmlToImageFormat)
    In This Topic
    Gets or sets the minimal window size before trimming margins, in pixels. Defaults to 800 x 600.

    Note that this property is ignored if FullPage is false.

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