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

In This Topic
    MaxWindowWidth Property
    In This Topic
    Gets or sets the maximum window width, in pixels. Defaults to 1200.

    Note that this property is ignored if FullPage is true.

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