PdfDocumentOptionsPreferCssPageSize Property

A flag indicating if to prefer page size as defined by css. The default value is false and the HTML content will be scaled to fit the page size specified by PdfPageSize property

Definition

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

Property Value

Boolean

See Also