GraphicsFormats Xojo plugin

RawTIFFExporter.SaveBitmapsToString Method (console safe)

Saves multiple bitmaps that have been added with the AddBitmap method to a single TIFF file that is returned as string.

SaveBitmapsToString() as String

Parameters

Returns

String
Returns a string containing a TIFF encoded image or empty string if there was error.

Remarks

This method can throw RawTIFFException.

See Also

RawTIFFExporter Class