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)
Syntaxpublic int? Quality { get; set; }public:
property Nullable<int> Quality {
	Nullable<int> get ();
	void set (Nullable<int> value);
}Property Value
Type: 
NullableInt32
See Also