<SfPdfViewerServer DocumentPath="@DocumentPath" IsExtractText="true" CssClass="e-pv-custom" Height="500px" Width="1060px">
</SfPdfViewerServer>
<style>
.e-pv-custom {
background-color:aqua;
}
</style> |
Client side package |
|
Blazor Client |
|
Blazor Sever |
|
Service side package |
ASP.NET Core :
https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows/ https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux/
ASP.NET MVC:
|