Click or drag to resize

PdfTextBoxFieldDoNotSpellCheck Property

Gets or sets a flag indicating whether the text entered in the field should be spell-checked or not.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool DoNotSpellCheck { get; set; }

Property Value

Boolean
If true, text entered in the field is not spell-checked.
See Also