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; }
Public Property UsePrintCSSMediaType As Boolean
Get
Set
Property Value
Type:
BooleanSee Also