TextArea ImageResolveCallback Delegate TIBCO Spotfire 6.0 API Reference
Will be called when Rtf to Html conversion needs to resolve an image in the content. The image will be provided as input to the method and the Uri pointing to the image should be returned.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public delegate Uri ImageResolveCallback(
	Image image
)

Parameters

image
Type: System.Drawing Image
The image to resolve Uri for.

Return Value

Type: Uri
See Also