> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer CssSprite element (SuperOffice only)

> NetServer configuration for the Web client CssSprite generator.

Configuration for the Web client **CssSprite** generator. Used by SuperOffice only.

| Name           | Description                                                                                  | Default      |
| -------------- | -------------------------------------------------------------------------------------------- | ------------ |
| Enabled        | By enabling this feature an image is created, containing most icons used in the application. | true         |
| ExcludePaths   | Paths to exclude. Do not include root path. Semicolon-separated list.                        | LargeFlag    |
| MaxHeight      | The maximum height of an icon allowed in the sprite. Icons higher are excluded.              | 100          |
| MaxWidth       | The maximum width of an icon allowed in the sprite. Icons wider are excluded.                | 100          |
| PersistentPath | Path to generated CssSprite file.                                                            |              |
| RootPath       | Image path.                                                                                  | Images\Seven |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.CssSprite.yml
