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