cohtml::ImagesListExtract
On this page
Enum containing the options we want when getting the list of loaded images.
Types
Name | |
---|---|
enum | Options { Images = 0, Hidden = 1 « 0, Styles = 1 « 1} Configures the images to include in the list. |
Types Documentation
enum Options
Enumerator | Value | Description |
---|---|---|
Images | 0 | This flag is always on - the images of Visible elements will be selected. |
Hidden | 1 « 0 | This flag will also include images on elements that are currently hidden (display: none) |
Styles | 1 « 1 | This flag will also include all images mentioned in CSS styles, even though they might not be currently applied to any element. |
Configures the images to include in the list.