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.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetRtfImage(
	Image image
)

Parameters

image  Image

[Missing <param name="image"/> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfImage(System.Drawing.Image)"]

Return Value

String
A string containing the bits of a Windows Metafile in HEX
See Also