PdfDocumentControlAutoResizePdfPageHeight Property

Automatically resizes the PDF page height to match the HTML content height at the default resolution of 96 DPI. When set to true, the final PDF page height is also affected by the HtmlViewerHeight property. The default value is false

Definition

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

Property Value

Boolean

See Also