Click or drag to resize

HtmlToPdfElementUsePrintCSSMediaType Property

A flag indicating if @media print css styles are used or not. The default is false and @media screen css styles are used. Note: This is used only by the WebKit rendering engine.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public bool UsePrintCSSMediaType { get; set; }

Property Value

Boolean
See Also