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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic bool CheckSpelling { get; set; }Public Property CheckSpelling As Boolean
Get
Set
Property Value
Boolean if the text entered in the field shall be spell-checked; otherwise,
.
See Also