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

In This Topic
    FullPage Property (HtmlToImageFormat)
    In This Topic
    Gets or sets a value indicating whether the full HTML page should be captured.

    Note that if this property is true, MaxWindowWidth, MaxWindowHeight and Clip are ignored.

    Conversely, if this property is false, WindowSize is ignored.

    Syntax
    'Declaration
     
    Public Property FullPage As System.Boolean
    public System.bool FullPage {get; set;}
    See Also