STSignatureSaveToClipboard Method | |
Saves the image into the clipboard
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public STSignatureImageInMemory SaveToClipboard(
STSignatureImageType saveType,
int imageWidthInPixels,
int imageHeightInPixels
)
Public Function SaveToClipboard (
saveType As STSignatureImageType,
imageWidthInPixels As Integer,
imageHeightInPixels As Integer
) As STSignatureImageInMemory
public:
STSignatureImageInMemory SaveToClipboard(
STSignatureImageType saveType,
int imageWidthInPixels,
int imageHeightInPixels
)
member SaveToClipboard :
saveType : STSignatureImageType *
imageWidthInPixels : int *
imageHeightInPixels : int -> STSignatureImageInMemory
Parameters
- saveType
- Type: Scriptel.STSeriesSTSignatureImageType
The type of image to copy to clipboard - imageWidthInPixels
- Type: SystemInt32
The positive width of the image measured in pixels - imageHeightInPixels
- Type: SystemInt32
The positive height of the image measured in pixels
Return Value
Type:
STSignatureImageInMemory
Returns an ImageInMemory structure with the necessary information to retrieve the image. If the call fails, a newly initialized ImageInMemory structure will be returned
Exceptions See Also