Welcome to the WebSignature Control Samples

This page contains links to several on-line samples that show how to use the WebSignature control in different environments (ASP, ASP.NET, VB).

NOTE: The WebSignature control can be properly used in Microsoft Internet Explorer (version 5.x or higher) or Pocket IE on Pocket PC (2002, 2003) or Windows Mobile 5+, 6+ or 6.5.

1. ASP.NET sample (decoding signature data)

This sample shows how to use ASP.NET WebApplication to catch client's signature data and create image with the signature on the fly.
The HTML file WebSignature.htm shows how to use (place) the WebSignature control on your Web page. There are two buttons on the page that submit client's signature data to the server there it is handled by the corresponding ASP.NET script (PicSign.aspx or WebSign.aspx). The WebSign.aspx file contains C# function (ReadPoints) that parses encoded signature data and converts it to array of curvers, then it creates GIF image based on signature curves and sends it back to client. The PicSign.aspx script draws posted signature over predefined picture and sends it to the client.

Click this link to open the sample in new window: WebSignature ASP.NET sample
Click the following link to download sample's sources: WebSignature_ASP.NET.zip

2. ASP.NET sample (using the WebSignatureServer component)

This sample uses the BTIS.WebSignature .NET component to handle posted signature data and convert it  to a GIF image.

Click this link to open the sample in new window: WebSignature ASP.NET server sample
Click the following link to download sample's sources: WebSignature_ASP.NET_SRV.zip

3. ASP.NET database sample

This sample shows how to catch client's signature data and store it as new record into database table (Signatures.mdb).

Click this link to open the sample in new window: WebSignature ASP.NET database sample
Click the following link to download sample's sources: WebSignature_ASP.NET_DB.zip

4. ASP database sample

This sample shows how to catch client's signature data and store it as new record into database table (Signatures.mdb).

Click this link to open the sample in new window: WebSignature ASP database sample
Click the following link to download sample's sources: WebSignature_ASP_DB.zip

5. ASP save to file sample

This sample shows how to catch client's signature data and store it it to a local file.

Click this link to open the sample in new window: WebSignature saving to local file ASP sample
Click the following link to download sample's sources: WebSignature_ASP_SF.zip

6. ASP multiple input fields on a web form

This sample shows how to WebSignature control on a web form together with other input fields and store posted form's information into a database.

Click this link to open the sample in new window: WebSignature with multiple input fields sample
Click the following link to download sample's sources: WebSignature_ASP_CF.zip

7. PHP save to file sample

This sample shows how to catch client's signature data and store it to a local file using PHP scripts.

Click this link to open the sample in new window: WebSignature saving to local file PHP sample
Click the following link to download sample's sources: WebSignature_PHP_SF.zip

8. Annotation on an Image

This sample shows how to allow not taking and annotation on top of an image In this case a Medical image is being used

Click this link to open the sample in new window: WebSignature - Annotating an image

9. Simple HTML - Saving Image to local file

This sample shows how to capture a signature within a simple web page and save it to a local GIF image file

Click this link to open the sample in new window: WebSignature - Save Signature Locally