Lumeo

SignaturePad

A canvas-backed component for capturing handwritten signatures via mouse, touch, or stylus.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<SignaturePad />

When to Use

  • Capture handwritten signatures for contracts, releases, delivery confirmations, or consent forms
  • Collect freehand annotations as raster images (PNG / JPEG data URLs)
  • Display a previously captured signature in read-only mode for audit or review
  • Offer instant clear + optional download from inside the pad itself
  • Use as a lightweight drawing primitive when a full canvas editor would be overkill
Sign here
Sign here
Sign and click download
Sign (JPEG export)
Clear button hidden

API Reference

SignaturePad

  • FileUpload — Pair to also accept a pre-scanned signature image
  • Image — Display the captured data URL in read-only contexts
  • RichTextEditor — Use when you need a full document-style annotation surface instead of a fixed-size pad