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