A flag indicating if the spell checking is enabled. This property is false by default
Namespace: EvoPdfAssembly: 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); } |