A flag indicating if the spell checking is enabled for the text entered. This property is false by default

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also