Click or drag to resize
STSignatureGetSignatureFromFile Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Loads a signature from a .sig file. This will overwrite the current signature

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public void GetSignatureFromFile(
	string filePathName
)

Parameters

filePathName
Type: SystemString
The directory path and file name of the .sig file from which the signature is loaded
Exceptions
ExceptionCondition
FileNotFoundExceptionif the file was not found
UnauthorizedAccessExceptionif not authorized to access the file
DirectoryNotFoundExceptionif the directory was not found
SecurityExceptionif there was a security problem accessing the file
See Also