ScreenshotParamsFormat Property |
Version 106.0.290
Image compression format (defaults to png).
Namespace:
CefSharp.DevTools.HeadlessExperimental
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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