@page "/"
@using Microsoft.JSInterop
@inject IJSRuntime JS
@implements IAsyncDisposable
Sign PDF (Blazor)
@if (!string.IsNullOrWhiteSpace(ErrorMessage))
{
@ErrorMessage
}
@if (!HasPdf)
{
Drop or select a PDF to start.
}
@if (HasPdf)
{
@if (ShowSignature)
{
}
@if (ShowText)
{
}
Page @DisplayPage / @PageCount
}
@if (ShowSignaturePadModal)
{