PdfPrintSettingsPreferCssPageSize Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool PreferCssPageSize { get; set; }
public:
property bool PreferCssPageSize {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also