Specifies whether spell-checking is allowed on this field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool SpellCheckAllowed { get; set; }
Visual Basic
Public Property SpellCheckAllowed As Boolean
	Get
	Set

Remarks

Setting this property is supported in classic PDF documents only. Please note that setting this value to true will not cause the text to be spell-checked. It just marks the field as eligible for spell-checking.

See Also