/
SavePicStream
SavePicStream
Declaration
HRESULT SavePicStream([in] BSTR Extra, [in] VARIANT_BOOL withBG, [out] VARIANT* PicStream);
Description
Saves signature image to PicStream. Calls savePic internally.
Important: call this before you call stopRead. StopRead is deleting the picture of the last signature.
Arguments
Extra
Defines extra arguments. See savePic function for details. There's no need to pass 'insrt', it is added automatically
withBG
Reserved for future use.
PicStream
Single-dimensional array of bytes containing signature image.