[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.HtmlToPdfFormat.-ctor

HtmlToPdfFormat Constructor

HtmlToPdfFormat(bool)

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).

Declaration
public HtmlToPdfFormat(bool fullPage)
Parameters
Type Name Description
bool fullPage

Specifies whether to render the whole page.