SaveImageToString
Image handling
Description
Use this function to save the selected image to a string. Only certain image types can be saved, see the SaveImageToFile function for further information.
Syntax
Delphi
function TPDFlib.SaveImageToString: AnsiString;ActiveX
Function PDFlib::SaveImageToString As StringDLL
char * DLSaveImageToString(int InstanceID);