Drastic.SignaturePad 1.0.0

dotnet add package Drastic.SignaturePad --version 1.0.0
NuGet\Install-Package Drastic.SignaturePad -Version 1.0.0
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="Drastic.SignaturePad" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.SignaturePad --version 1.0.0
#r "nuget: Drastic.SignaturePad, 1.0.0"
#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.
// Install Drastic.SignaturePad as a Cake Addin
#addin nuget:?package=Drastic.SignaturePad&version=1.0.0

// Install Drastic.SignaturePad as a Cake Tool
#tool nuget:?package=Drastic.SignaturePad&version=1.0.0

NuGet Version License

Drastic.SignaturePad

Drastic.SignaturePad is a .NET/.NET MAUI Update to SignaturePad, intended to help those who want to migrate to .NET, as well as an excuse for me to try and make a MAUI Handler.

WinUI/MAUI WinUI is not supported, as the InkCanvas control has not been ported to WinUI 3, making a current port impossible without rewriting.

Setup

Open the sample directory for how to set it up for native platforms.

For .NET MAUI,

var builder = MauiApp.CreateBuilder();
		builder
			.UseMauiApp<App>()
            .AddSignaturePadSupport()
            ...

Add AddSignaturePadSupport to your builder. You should then be able to reference the SignatureView control.

Product Compatible and additional computed target framework versions.
.NET net7.0-android33.0 is compatible.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst16.1 is compatible.  net8.0-android was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-android33.0

    • No dependencies.
  • net7.0-ios16.1

    • No dependencies.
  • net7.0-maccatalyst16.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Drastic.SignaturePad:

Package Downloads
Drastic.SignaturePad.Maui

Add a basic signature form in .NET MAUI iOS, Catalyst, and Android apps.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 488 4/7/2023