 | 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.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool DoNotSpellCheck { get; set; }
Public Property DoNotSpellCheck As Boolean
Get
Set
public:
property bool DoNotSpellCheck {
bool get ();
void set (bool value);
}
member DoNotSpellCheck : bool with get, set
/** @property */
public boolean get_DoNotSpellCheck()
/** @property */
public void set_DoNotSpellCheck(boolean value)
function get_DoNotSpellCheck();
function set_DoNotSpellCheck(value);
Property Value
Boolean
If true, text entered in the field is not spell-checked.
See Also