PdfPrintSettingsScaleFactor Property |
Version 67.0.0
Scale the PDF by the specified amount, defaults to 100%.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntaxpublic int ScaleFactor { get; set; }
public:
property int ScaleFactor {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also