Soenneker.Blazor.SignaturePads
4.0.84
Prefix Reserved
dotnet add package Soenneker.Blazor.SignaturePads --version 4.0.84
NuGet\Install-Package Soenneker.Blazor.SignaturePads -Version 4.0.84
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.SignaturePads" Version="4.0.84" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.SignaturePads" Version="4.0.84" />
<PackageReference Include="Soenneker.Blazor.SignaturePads" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.SignaturePads --version 4.0.84
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Blazor.SignaturePads, 4.0.84"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Blazor.SignaturePads@4.0.84
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.SignaturePads&version=4.0.84
#tool nuget:?package=Soenneker.Blazor.SignaturePads&version=4.0.84
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Blazor.SignaturePads
A Blazor library for drawing smooth signatures, an interop for signature_pad
Installation
dotnet add package Soenneker.Blazor.SignaturePads
Setup
Register services in Program.cs:
builder.Services.AddSignaturePadAsScoped();
Inject the higher-level utility where you need it:
@inject ISignaturePad SignaturePads
Usage
Initialize the package once before first use:
await SignaturePads.Initialize();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.Asyncs.Initializers (>= 4.0.71)
- Soenneker.Blazor.Utils.ResourceLoader (>= 4.0.1698)
- Soenneker.Lepton.Suite (>= 4.0.40)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.84 | 78 | 7/21/2026 |
| 4.0.83 | 80 | 7/21/2026 |
| 4.0.82 | 85 | 7/19/2026 |
| 4.0.81 | 88 | 7/19/2026 |
| 4.0.80 | 94 | 7/19/2026 |
| 4.0.79 | 91 | 7/19/2026 |
| 4.0.78 | 81 | 7/18/2026 |
| 4.0.77 | 89 | 7/18/2026 |
| 4.0.76 | 91 | 7/17/2026 |
| 4.0.75 | 83 | 7/17/2026 |
| 4.0.74 | 89 | 7/17/2026 |
| 4.0.73 | 82 | 7/16/2026 |
| 4.0.72 | 87 | 7/16/2026 |
| 4.0.70 | 85 | 7/16/2026 |
| 4.0.68 | 87 | 7/16/2026 |
| 4.0.67 | 83 | 7/15/2026 |
| 4.0.66 | 88 | 7/15/2026 |
| 4.0.65 | 99 | 7/4/2026 |
| 4.0.64 | 95 | 7/4/2026 |
| 4.0.63 | 105 | 6/21/2026 |
Loading failed