DisabledImageType Enumeration |
Version 109.1.110
Enum of image types that can be disabled.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public enum DisabledImageType
public enum class DisabledImageType
Members
| Member name | Value | Description |
---|
| Avif | 0 |
avif
|
| Jxl | 1 |
jxl
|
| Webp | 2 |
webp
|
See Also