Page 1 of 1
2 disabled toolbar buttons
Posted: Thu Nov 26, 2015 7:03 pm
by hugo
Hello,
What is the goal of the 2 always disabled toolbar buttons ?
Can I hide them ?
Thanks,
Hugo.
Re: 2 disabled toolbar buttons
Posted: Fri Nov 27, 2015 7:48 am
by Vladimir
Hello Hugo,
Yes, you can use the following options:
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.toolbar.showBookmarksButton = false;
options.toolbar.showParametersButton = false;
var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);
...
Thank you.
Re: 2 disabled toolbar buttons
Posted: Fri Nov 27, 2015 8:58 am
by hugo
Thank you.
Re: 2 disabled toolbar buttons
Posted: Fri Nov 27, 2015 10:52 am
by HighAley
Hello, Hugo.
We are always glad to help you.
Thank you.