STSignatureSaveAsImage Method | |
Saves the signature as an image file
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public void SaveAsImage(
STSignatureImageType saveType,
int imageWidthInPixels,
int imageHeightInPixels,
string filePathName
)
Public Sub SaveAsImage (
saveType As STSignatureImageType,
imageWidthInPixels As Integer,
imageHeightInPixels As Integer,
filePathName As String
)
public:
void SaveAsImage(
STSignatureImageType saveType,
int imageWidthInPixels,
int imageHeightInPixels,
String^ filePathName
)
member SaveAsImage :
saveType : STSignatureImageType *
imageWidthInPixels : int *
imageHeightInPixels : int *
filePathName : string -> unit
Parameters
- saveType
- Type: Scriptel.STSeriesSTSignatureImageType
The type of image to copy to save - imageWidthInPixels
- Type: SystemInt32
The positive width of the image measured in pixels - imageHeightInPixels
- Type: SystemInt32
The positive height of the image measured in pixels - filePathName
- Type: SystemString
The directory path and file name of the signature image to be saved
Exceptions See Also