Click or drag to resize

PdfConverterUsePrintCSSMediaType 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
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool UsePrintCSSMediaType { get; set; }

Property Value

Type: Boolean
See Also