Keyoti RapidSpell WPF API Docs
IgnoreXML Property
APIKeyoti.RapidSpell.WpfIUserInterfaceFormPresenterIgnoreXML
Keyoti RapidSpell WPF
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214