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