Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Pdf Namespace / HtmlToPdfFormat Class / HtmlToPdfFormat Constructor
Specifies whether to render the whole page.

In This Topic
    HtmlToPdfFormat Constructor
    In This Topic
    Initializes a new instance of HtmlToPdfFormat.

    If fullPage is true, the resulting size will be calculated automatically to include all page content.

    If fullPage is false, the maximum resulting size will be determined by MaxPageWidth and MaxPageHeight (possibly clipping some content).

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fullPage As System.Boolean _
    )
    public HtmlToPdfFormat( 
       System.bool fullPage
    )

    Parameters

    fullPage
    Specifies whether to render the whole page.
    See Also