| GraphicsFormats REALbasic Plugin |
|
RawJpegExporter.SaveToString Method
Exports a picture formatted as Jpeg to a String.
SaveToString(
image as RawBitmap) as String
Parameters
- image
- The RawBitmap to export.
Returns
- String
- Returns a string containing a Jpeg encoded image.
Remarks
See Also
RawJpegExporter Class