ScreenshotParamsQuality Property |
Version 104.4.240
Compression quality from range [0..100] (jpeg only).
Namespace:
CefSharp.DevTools.HeadlessExperimental
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.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