Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Pdf Namespace / HtmlToPdfFormat Class / FullPage Property

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

    Note that if this property is true, MaxPageWidth and MaxPageHeight are ignored.

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