PdfPrintSettingsScaleFactor Property |
Version 63.0.0
Scale the PDF by the specified amount, defaults to 100%.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public int ScaleFactor { get; set; }
public:
property int ScaleFactor {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also