ScreenshotParamsFormat Property  | 
Version 108.4.130 
            Image compression format (defaults to png).
            
 
    Namespace: 
   CefSharp.DevTools.HeadlessExperimental
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic ScreenshotParamsFormat? Format { get; set; }public:
property Nullable<ScreenshotParamsFormat> Format {
	Nullable<ScreenshotParamsFormat> get ();
	void set (Nullable<ScreenshotParamsFormat> value);
}Property Value
Type: 
NullableScreenshotParamsFormat
See Also