bOk = MImgGetStringBase64( hImage, srStr, nType )

Gets an image as base64 encoded string.

Parameters
hImage
Number: Handle of the image

srStr
Receive String: The string

nType
Number: Image type. Specify MIMG_TYPE_UNKNOWN to use the current image type or one of the supported image types.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MImgGetStringBase64( hImage, sImage, MIMG_TYPE_UNKNOWN )

Remarks
You can use the string returned by this function with the following functions:
- MImgLoadFromStringBase64

See also
MImgGetString
MImgGetStringNT
MImgSetGIFCompr
MImgSetJPGQuality
MImgSetTIFCompr

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications