question

AndresM-6995 avatar image
0 Votes"
AndresM-6995 asked KyleWang-MSFT answered

Pdf viewer or magazine viewer for xamarin

Hello Everyone, I am looking for a tool to show pdf files in xamarin, not like the syncfusion tool, because I am creating a magazine reader app, so I prefer render the document without the pdf toolbar, only the reader, if someones knows one beautiful tool pls let me know! Thanks.

dotnet-xamarin
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KyleWang-MSFT avatar image
0 Votes"
KyleWang-MSFT answered

Hi AndresM-6995,

Welcome to our Microsoft Q&A platform!

Actually, SfPdfViewer provides the property "IsToolbarVisible". So if you want to hide toolbar, only need to set its "IsToolbarVisible" to "false".

 <syncfusion:SfPdfViewer x:Name="pdfViewerControl" 
         InputFileStream="{Binding PdfDocumentStream}" 
         IsToolbarVisible="False"/>

Regards,
Kyle


If the response is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.