can I add a custom button to the pdf viewer built-in toolbar?

I need to add one button to the top toolbar with event handler and icon, is it doable?

1 Reply

JP Jhansi Priya Ramesh Syncfusion Team February 25, 2020 10:06 AM UTC

Hi Ahmad, 

Greetings from Syncfusion support. 

At present, we do not have “Support for toolbar customization in Xamarin.Forms”. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest.      
       
Based on our present commitments and the above parameters, this feature is expected to be implemented in our 2021 Volume 1 main release. We will let you know when this feature is implemented.     
    
Disclaimer: The date for the feature implementation is tentative and not a commitment on our parts.      
      
You can now track the status of this feature request here,           
   
Feedback

However, you could able to disable the built-in toolbar using the below API and create custom toolbar to match your requirement.  

pdfViewerControl.Toolbar.Enabled = false; 
 

Please find the UG documentation for creating custom toolbar from below, 


Kindly try the above suggestion and please let us know if any further assistance required. 


Regards, 
Jhansi Priya Ramesh 


Loader.
Up arrow icon