ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextFieldBase Class / IsSpellCheck Property

In This Topic
    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