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