Click or drag to resize

Signature Class

This class represents a signature. As signature points are received from the device, they can be added to a Signature object to track signature strokes, as well as to render the signature as an Image.
Inheritance Hierarchy
SystemObject
  ProScriptSignature

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class Signature : IDisposable

The Signature type exposes the following members.

Constructors
  NameDescription
Public methodSignature
Initializes a new instance of the Signature class.
Top
Methods
  NameDescription
Public methodAddPoint
Adds a coordinate to the signature object. Creates a new stroke if the pen was up for this coordinate.
Public methodClear
Clears all signature data from this signature
Public methodDispose
THis method disposes of disposable resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStrokes
Returns the list of strokes for this signature
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenderSignature
Returns a System.Drawing.Image object of this signature
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also