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