GraphicsFormats Xojo plugin

IGraphicsExporter.SaveToString Method (console safe)

Exports a picture to a String.

SaveToString(
   image as Picture) as String

Parameters

image
The image to export.

Returns

String
Returns a string containing a encoded image.

Remarks

See Also

IGraphicsExporter Interface