ScreenshotParamsQuality Property |
Version 91.1.160
Compression quality from range [0..100] (jpeg only).
Namespace:
CefSharp.DevTools.HeadlessExperimental
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax public Nullable<int> Quality { get; set; }
public:
property Nullable<int> Quality {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also