Skip to content

Instantly share code, notes, and snippets.

Using Signature Pad with ASP.NET MVC

By Hendy Tarnando · October 23, 2016 · Updated April 5, 2018ASP.NET

Signature Pad is a JavaScript library that allows you to capture user signatures in desktop and mobile browsers. It's HTML5 canvas based and uses variable width Bézier curve interpolation for smooth signature drawing. The other good thing about the library is it doesn't depend on jQuery.

In this tutorial, you will learn how to use the Signature Pad library in an ASP.NET MVC web application. Additionally, you will learn how to work with ASP.NET MVC display templates and editor templates.

Data Types for Signature Images