TypeLib Xojo support Plugin

IRawBitmapWriter.SaveToString Method

Implementation of this method should Exports a RawBitmap picture to a string in a format which the implementation determines.

SaveToString(
   image as RawBitmap) as String

Parameters

image
The RawBitmap to export.

Returns

String
Returns a string containing a encoded image in the format determined by the implementor class of this interface.

Remarks

See Also

IRawBitmapWriter Interface