HtmlToImageConvertEntirePage Property

Controls if the entire HTML page content will be converted to image or only the viewport specified by the BrowserWidth and BrowserHeight properties. The converted content is limited by the MaxBrowserHeight property. The default value is true

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public bool ConvertEntirePage { get; set; }

Property Value

Boolean

See Also