Posted 15 April 2019, 4:18 am EST
i want remove or hide toolmenu and searchbar.
i want only pdf viewer area
thanks!
Forums Home / ComponentOne / General Discussion
Posted by: skypekjy81 on 15 April 2019, 4:18 am EST
Posted 15 April 2019, 4:18 am EST
i want remove or hide toolmenu and searchbar.
i want only pdf viewer area
thanks!
Posted 16 April 2019, 5:43 am EST
Hello,
You can set the visibility of the Ribbon to false, as follows:
C1FlexViewer1.Ribbon.Visible = false;
Also, you can use C1FlexViewerPane instead of using C1FlexViewer. This contains only the pane where the document is viewed.
Regards,
Esha