Click or drag to resize
STSignatureAddPoint Method (STSignaturePoint)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Adds a STSignaturePoint to the current signature

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public void AddPoint(
	STSignaturePoint signaturePoint
)

Parameters

signaturePoint
Type: Scriptel.STSeriesSTSignaturePoint
The signature pointNumber information to be added to the signature
Exceptions
ExceptionCondition
STValueOutOfRangeExceptionif the signature pointNumber is null
See Also