IsSpellCheck Property (PdfTextFieldBase)
In This Topic
Gets or sets a value indicating whether the current
PdfTextFieldBase should be spell-checked.
Syntax
'Declaration
Public Property IsSpellCheck As Boolean
public bool IsSpellCheck {get; set;}
See Also