STSignature Class |
Namespace: Scriptel.STSeries
The STSignature type exposes the following members.
Name | Description | |
---|---|---|
STSignature |
/// Initializes a new instance of the STSignature class.
| |
STSignature(STSignature) |
Initializes a new instance of the STSignature class.
Copy constructor
|
Name | Description | |
---|---|---|
AddPoint(STSignaturePoint) |
Adds a STSignaturePoint to the current signature
| |
AddPoint(STSignaturePoint, Int32, Int32, Boolean) |
Adds a STSignaturePoint to the current signature
| |
AlignSignature | 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 | |
ClearSignature |
Clears the current signature information
| |
CopyToClipboard |
Creates an image of the signature and copies the image to the clipboard
| |
CropSignature |
Crops the signature.
| |
GetFirstSignaturePoint |
Gets the first signature point.
| |
GetNextSignaturePoint |
Gets the next signature point.
| |
GetSignatureFromCSVFile |
Loads a signature from a .csv file. This will overwrite the current signature
| |
GetSignatureFromFile |
Loads a signature from a .sig file. This will overwrite the current signature
| |
GetSignaturePoint |
Gets an individual signature point from the current signature. Can also be used to traverse the current signature.
| |
RemovePoint |
RemovePoint a STSignaturePoint from the current signature
| |
Replace |
Replaces the STSignaturePoint at the selected location with the new STSignaturePoint
| |
SaveAsCSV |
Saves the signature as a .csv file
| |
SaveAsFile(String) |
Saves the signature as a .sig file. This allows the signature to be loaded from the file later.
| |
SaveAsFile(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.
| |
SaveAsImage |
Saves the signature as an image file
| |
SaveToClipboard |
Saves the image into the clipboard
|