Click or drag to resize

PdfDropdownFieldCheckSpelling Property

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

Default value: .

Applicable only if AllowCustomText is .


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

Property Value

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