PdfDocumentOptionsPreferCssPageSize Property

When true, a @page size rule in the HTML sets the PDF page size instead of PdfPageSize. The default value is false

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public bool PreferCssPageSize { get; set; }

Property Value

Boolean

Remarks

How the page width, the layout width and the zoom work together, with the settings for the usual cases, is described in the "HTML to PDF Page Setup and Scaling" topic: HTML to PDF Page Setup and Scaling

See Also