Click or drag to resize

DocumentRenderFunctionRenderText Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the provided HTML source

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
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