Click or drag to resize

RtfComposerServiceGetRtfImage Method

Wraps the image in an Enhanced Metafile by drawing the image onto the graphics context, then converts the Enhanced Metafile to a Windows Metafile, and finally appends the bits of the Windows Metafile in HEX to a string and returns the string.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetRtfImage(
	Image image
)

Parameters

image  Image
The image to convert to RTF picture data.

Return Value

String
A string containing the bits of a Windows Metafile in hexadecimal form.
See Also