PdfPrintSettingsPreferCssPageSize Property |
Version 118.6.80
Set to true to prefer page size as defined by css. Defaults to false
in which case the content will be scaled to fit the paper size.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public bool PreferCssPageSize { get; set; }
public:
property bool PreferCssPageSize {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also