WindowSize Property (HtmlToPdfFormat)
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