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