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: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public bool UsePrintCSSMediaType { get; set; }

Property Value

Type: Boolean
See Also