/
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.

Related content

savePic
More like this
setBGPic
More like this
StartSignWithImage
StartSignWithImage
More like this
ReadPreviewImage
ReadPreviewImage
More like this
SetSignImageEx
More like this
SetSignImage
More like this