We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Customise the navigation bar in xamarin android

Hi,

I have used the xamarin form android open pdf control

its working fine. but i did not need to toolbar items
Is it possible to remove the toolbar items or customise the navigation bar.

eg : http://screencast.com/t/7gcCGqpg

I have try to remove using (https://www.syncfusion.com/kb/856/how-to-set-viewer-preferences-to-a-pdf-document)

//To hide Viewer application's Toolbar when the document is active.
pdfDoc.ViewerPreferences.HideToolbar = true;

//To hide user Interface elements in the document window.
pdfDoc.ViewerPreferences.HideWindowUI = true;

but its not working.
please help.
Thanks


1 Reply

PH Praveenkumar H Syncfusion Team November 3, 2015 06:55 AM UTC

Hi Gurse,

Thank you for using syncfusion products,

You can’t remove or customize the  viewer’s tool bar items in xamarin platform, the viewer preference applies only to the desktop based adobe PDF viewer applications. Because the viewer application have to read the viewer preferences from the document according that it can make change in viewer application’s tool bar or navigation bar so it is mainly depend upon the PDF viewer application , currently Adobe PDF reader in android doesn’t have this feature.

Please let us know if you need further assistance.

With Regards,
Praveen.


Loader.
Live Chat Icon For mobile
Up arrow icon