ScreenshotParamsFormat Property |
Version 118.6.80
Image compression format (defaults to png).
Namespace:
CefSharp.DevTools.HeadlessExperimental
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public ScreenshotParamsFormat? Format { get; set; }
public:
property Nullable<ScreenshotParamsFormat> Format {
Nullable<ScreenshotParamsFormat> get ();
void set (Nullable<ScreenshotParamsFormat> value);
}
Property Value
Type:
NullableScreenshotParamsFormatSee Also