This this flag to true to allow Infigo Richtext format tags in the input data. Usually, the data will be treated unformated and the format tag identifier are automatically escaped. If the input data does actually contain format tags, this flag can remove the automatic escape mechanism and keep the data intact.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AllowRichTextFormats { get; set; }
Visual Basic (Declaration)
Public Property AllowRichTextFormats As Boolean
Visual C++
public:
property bool AllowRichTextFormats {
	bool get ();
	void set (bool value);
}

See Also