ReadHighResBitmapBase64

Declaration

Delphi

function ReadHighResBitmapBase64(typeOfPic: Integer): PChar;

ActiveX

HRESULT ReadHighResBitmapBase64([in] long typeOfPic, [out, retval] BSTR* bitmapBase64String);

Description

Function works the same way as ReadHighResBitmapBase (which is called internally), but returns signature image as a base-64 encoded string.

Arguments

typeOfPic

type of signature image. See ReadHighResBitmapBase description for details.

ValueDescription
-1Low-level unsmoothed bitmap.
0JPEG image
1Bitmap image
2PNG ( Portable Network Graphic)

Return value

Function returns base-64 encoded string which contains signature image.