PdfDocumentOptionsAutoResizePdfPageWidth Property

Automatically resize the PDF page width to a custom value to match the HtmlViewerWidth at the default 96 DPI resolution while the PDF page height is still taken from PdfPageSize property. The default value is true

Definition

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

Property Value

Boolean

See Also