Keyoti RapidSpell Desktop .NET API Docs
IgnoreXML Property
APIKeyoti.RapidSpellIUserInterfaceFormPresenterIgnoreXML
Keyoti RapidSpell Desktop .NET
Whether to ignore XML/HTML tags, false by default.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
bool IgnoreXML { get; set; }
bool IgnoreXML { get; set; }
Property IgnoreXML As Boolean
	Get
	Set
Property IgnoreXML As Boolean
	Get
	Set
property bool IgnoreXML {
	bool get ();
	void set (bool value);
}
property bool IgnoreXML {
	bool get ();
	void set (bool value);
}
abstract IgnoreXML : bool with get, set
abstract IgnoreXML : bool with get, set
Property Value
Remarks
This identifies XML tags as anything in between < and > characters, there for it will cause undesirable effects in text such as "the sign for less than is < and the sign for greater than is >". Of course in HTML that should have been written as "the sign for less than is &lt; and the sign for greater than is &gt;" anyway, which would be fine.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412