Gets the content of the text area as Html.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public string GetHtml( TextAreaImageResolveCallback imageResolveCallback )
Parameters
- imageResolveCallback
- Type: Spotfire.Dxp.Application.VisualsTextAreaImageResolveCallback
The delegate called when an image needs to be resolved.
Return Value
Type: StringThe html string.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also