STSignatureSaveAsFile Method (String) | |
Saves the signature as a .sig file. This allows the signature to be loaded from the file later.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public void SaveAsFile(
string filePathName
)
Public Sub SaveAsFile (
filePathName As String
)
public:
void SaveAsFile(
String^ filePathName
)
member SaveAsFile :
filePathName : string -> unit
Parameters
- filePathName
- Type: SystemString
The directory path and file name of the .sig file to which the signature is to be saved
Exceptions See Also