Click or drag to resize
STSignature ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Contains and processes signatures captured from the Scriptel ST Series of digitizers
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSignature

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STSignature

The STSignature type exposes the following members.

Constructors
  NameDescription
Public methodSTSignature
/// Initializes a new instance of the STSignature class.
Public methodSTSignature(STSignature)
Initializes a new instance of the STSignature class. Copy constructor
Top
Methods
  NameDescription
Public methodAddPoint(STSignaturePoint)
Adds a STSignaturePoint to the current signature
Public methodAddPoint(STSignaturePoint, Int32, Int32, Boolean)
Adds a STSignaturePoint to the current signature
Public methodAlignSignature

Shifts the signature so that it is aligned as requested.

For example, TopLeft alignment would shift the signature so that the topmost pointNumber of the signature is on the first line, and the leftmost pointNumber of the signature is on the first column

Public methodClearSignature
Clears the current signature information
Public methodCopyToClipboard
Creates an image of the signature and copies the image to the clipboard
Public methodCropSignature
Crops the signature.
Public methodGetFirstSignaturePoint
Gets the first signature point.
Public methodGetNextSignaturePoint
Gets the next signature point.
Public methodGetSignatureFromCSVFile
Loads a signature from a .csv file. This will overwrite the current signature
Public methodGetSignatureFromFile
Loads a signature from a .sig file. This will overwrite the current signature
Public methodGetSignaturePoint
Gets an individual signature point from the current signature. Can also be used to traverse the current signature.
Public methodRemovePoint
RemovePoint a STSignaturePoint from the current signature
Public methodReplace
Replaces the STSignaturePoint at the selected location with the new STSignaturePoint
Public methodSaveAsCSV
Saves the signature as a .csv file
Public methodSaveAsFile(String)
Saves the signature as a .sig file. This allows the signature to be loaded from the file later.
Public methodSaveAsFile(String, Byte, Byte, Byte, Byte)
Saves the signature as a .sig file with the specified color. This allows the signature to be loaded from the file later.
Public methodSaveAsImage
Saves the signature as an image file
Public methodSaveToClipboard
Saves the image into the clipboard
Top
See Also