PdfDocumentControlAutoResizePdfPageWidth Property

Controls if the PDF page width is automatically resized to match the BrowserWidth at 96 DPI resolution. The PDF page height is given by the PageSize property. The default value is true

Definition

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

Property Value

Boolean

See Also