[]
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).
public HtmlToPdfFormat(bool fullPage)
Public Sub New(fullPage As Boolean)
Type | Name | Description |
---|---|---|
bool | fullPage | Specifies whether to render the whole page. |