Click or drag to resize

PdfPrintSettingsScale Property

Version 118.6.80
The percentage to scale the PDF by before printing (e.g. .5 is 50%). If this value is less than or equal to zero the default value of 1.0 will be used.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public double Scale { get; set; }

Property Value

Type: Double
See Also