Click or drag to resize

PdfTextFieldCheckSpelling Property

(PDF 1.4) Gets a value indicating whether the text entered in the field shall be spell-checked.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool CheckSpelling { get; set; }

Property Value

Boolean
if the text entered in the field shall be spell-checked; otherwise, .
See Also