/
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.
, multiple selections available,
Related content
savePic
savePic
More like this
setBGPic
setBGPic
More like this
StartSignWithImage
StartSignWithImage
More like this
ReadPreviewImage
ReadPreviewImage
More like this
SetSignImageEx
SetSignImageEx
More like this
SetSignImage
SetSignImage
More like this