Formatter for highlighter. Used in samples returned from GetSample method call.

Namespace: Cartella.Search
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public IFormatter Formatter { get; set; }
Visual Basic
Public Property Formatter As IFormatter
	Get
	Set
Visual C++
public:
property IFormatter^ Formatter {
	IFormatter^ get ();
	void set (IFormatter^ value);
}

See Also