Click or drag to resize
STSignatureSaveAsImage Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Saves the signature as an image file

Namespace: Scriptel.STSeries
Assembly: 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
)

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
ExceptionCondition
STValueOutOfRangeExceptionimageWidthInPixels or imageHeightInPixels is less than 1
IOExceptionif image could not be saved.
See Also