Hide export button in Viewer Toolbar at runtime
Posted: Thu Nov 15, 2012 8:15 am
Hello,
I am trying to hide the export button of the StiWebViewerFx once the page has been loaded and I don't know if I can do it.
I have seen that there is the following option:
But I don't want to change the total configuration of the viewer since I want to show or hide the export button depending on each user's permissions. Therefore I want to change that configuration on runtime.
I would appreciate any help. Thanks,
Lucia Morales
I am trying to hide the export button of the StiWebViewerFx once the page has been loaded and I don't know if I can do it.
I have seen that there is the following option:
Code: Select all
StiWebViewerFxOptions.Toolbar.ShowSaveButton = false;
I would appreciate any help. Thanks,
Lucia Morales