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