STSignatureSaveAsFile Method (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.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public void SaveAsFile(
string filePathName,
byte A,
byte R,
byte G,
byte B
)
Public Sub SaveAsFile (
filePathName As String,
A As Byte,
R As Byte,
G As Byte,
B As Byte
)
public:
void SaveAsFile(
String^ filePathName,
unsigned char A,
unsigned char R,
unsigned char G,
unsigned char B
)
member SaveAsFile :
filePathName : string *
A : byte *
R : byte *
G : byte *
B : byte -> unit
Parameters
- filePathName
- Type: SystemString
The directory path and file name of the .sig file to which the signature is to be saved - A
- Type: SystemByte
The alpha value - R
- Type: SystemByte
The red value - G
- Type: SystemByte
The green value - B
- Type: SystemByte
The blue value
Exceptions See Also