|
pdfViewerControl.Toolbar.Enabled = false; |
|
pdfViewerControl.Toolbar.SetToolbarItemVisibility("annotation", false);
pdfViewerControl.Toolbar.SetToolbarItemVisibility("page-entry", false);
pdfViewerControl.Toolbar.SetToolbarItemVisibility("page-count", false);
pdfViewerControl.Toolbar.SetToolbarItemVisibility("pagecount-separator", false); |
How can I move the Print and Save button to place it together to the rest of buttons? I hide some buttons but the print and save buttons are inside of "3 points" button and I cannot move them.
There is a "Save as" button or functionality?