ASP.NET Viewer toolbar

Can you tell me how to change theme of the toolbar? Please

Hello Storm,

Thank you for your interest in GroupDocs.Viewer for .NET. Please clarify your question? How exactly you need to change the toolbar? In general, there are few options:

1. You can completely disable the toolbar using the “.ShowHeader(false)” and then create your own toolbar, as it is shown in the “GroupDocs.Viewer C# Demos”, “GroupDocsViewerMVCDemo” project, “Index” file.

2. You can modify the existing toolbar using the next methods: “ToolbarButtonsBoxShadowStyle”, “ToolbarBorderBottomColor”, “ToolbarInputFieldBorderColor”, “ToolbarButtonBorderColor”, “BackgroundColor”. More info can be found here.

If you will have more questions please feel free to contact us.