'Declaration Public Function New( _ ByVal fullPage As System.Boolean _ )
public HtmlToPdfFormat( System.bool fullPage )
Parameters
- fullPage
- Specifies whether to render the whole page.
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 Function New( _ ByVal fullPage As System.Boolean _ )
public HtmlToPdfFormat( System.bool fullPage )