VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Spelling Namespace / SpellCheckManager Class / CanSpelling Property
Syntax Requirements SeeAlso
In This Topic
    CanSpelling Property (SpellCheckManager)
    In This Topic
    Gets a value indicating whether the manager can be spelling text.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property CanSpelling As Boolean
    
    
    public virtual bool CanSpelling { get; }
    
    
    public: __property virtual bool get_CanSpelling();
    
    
    
    public:
    virtual property bool CanSpelling { bool get(); }

    Property Value

    true if the manager can spell text; false if the manager cannot spell text because manager is disabled OR manager does not have spell check engines OR all spell check engines are disabled.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also