Click or drag to resize

DocumentRenderFunctionRenderText Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Renders the provided HTML source

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public TextDocumentLayerCollection RenderText(
	string htmlDocSource
)

Parameters

htmlDocSource
Type: SystemString
The HTML document source.

Return Value

Type: TextDocumentLayerCollection

[Missing <returns> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderFunction.RenderText(System.String)"]

See Also