Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Drawing Namespace / HtmlToImageFormat Class / MaxWindowHeight Property

In This Topic
    MaxWindowHeight Property
    In This Topic
    Gets or sets the maximum window height, in pixels. Defaults to 1600.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property MaxWindowHeight As System.Integer
    public System.int MaxWindowHeight {get; set;}
    See Also