Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 685 Bytes

File metadata and controls

10 lines (7 loc) · 685 Bytes

Load a PDF document using the LoadAsync() method

There are two ways to load a PDF document in the SfPdfViewer by specifying the document path or LoadAsync APIs. In this sample, PDF document is loaded from a base64 string using the LoadAsync() method.

Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/comments#comment-panel

Project pre-requisites

To run this application, you need Visual Studio 2019 or later versions.

Deploying and running the sample

To debug while running the application, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.