We don't want our customer to do following in the wpf vierwr.
1) Open button
2) Restrict save as options
How do I do this?
Hide buttons and menus in wpf viewr
Re: Hide buttons and menus in wpf viewr
Hello,
You can use the following static properties:
Thank you.
You can use the following static properties:
Code: Select all
StiOptions.Viewer.Windows.ShowOpenButton = false;
StiOptions.Viewer.Windows.ShowSaveButton = false;