Hi
Akshaya.
I tested with new version 4.2.0.32 and really there is a download button in the toolbox.
However, when I tested the Localization example, when I put the mouse over the download button a Javascript headerText error occours:
Line: 10
Error: Is not possible get the property 'headerText' from indefined reference or null (the original error was in Brazilian Portuguese language)
If I change the language to en-US the example works correctly.
The Code bellow works only with Locate commented.
@(Html.EJ().PdfViewer("pdfviewer").ServiceUrl("../../api/PdfViewer")
//.Locale("pt-BR")
.PdfService(Syncfusion.JavaScript.PdfViewerEnums.PdfService.Local))
Thank you again