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

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

    Note that if this property is true, Clip is ignored.

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