/
setBGPic
setBGPic
Declaration
HRESULT setBGPic([in] BSTR pic, [in] BSTR ext);
Description
This procedure sets background picture in the signing area. Be sure to resize the signing area to the size of your background picture before.
Arguments
pic
Path to the picture file. *.bmp and *.tiff files can be used.
ext
Extension of the picture (additional to the one in the file name and without the dot). If pic is set to 'C:\test.bmp', ext must contain 'bmp'.
If instead of file extension 'instr' value is passed, image is loaded form data stream provided in pic argument.