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