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