Built-in toolbar in PDF viewer Xamarin.iOS

14 Aug 20261 minute to read

The SfPdfViewer has a built-in toolbar, which has provisions to perform majority of the operations in the PDF viewer. You can disable the built-in toolbar and develop your own toolbar.

How to disable the built-in toolbar of SfPdfViewer?

The following API is used to disable the built-in toolbar in the PDF viewer.

pdfViewerControl.Toolbar.Enabled = false;

NOTE

By default, the built-in toolbar of SfPdfViewer is always visible.