Gets or sets a value indicating whether to check spelling.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool SpellCheck { get; set; }
Property SpellCheck As Boolean Get Set
property bool SpellCheck { bool get (); void set (bool value); }
abstract SpellCheck : bool with get, set
Property Value
BooleanTrue if the field content should be checked for spelling erorrs, false otherwise. Default is true.