HtmlToPdfAutoResizeBrowserHeight Property
Controls if the browser will be automatically resized to the HTML content height determined after the initial loading and the content will be reloaded.
The auto resized height is limited by the MaxBrowserHeight property.
This is useful to render web pages which load only the content which is visible in browser viewport.
The default value is false
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
public bool AutoResizeBrowserHeight { get; set; }
Property Value
Boolean