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.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic bool UsePrintCSSMediaType { get; set; }
Public Property UsePrintCSSMediaType As Boolean
Get
Set
Property Value
Type:
Boolean
See Also