VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Spelling Namespace / SpellCheckManager Class / EnableEngine(ISpellCheckEngine) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    EnableEngine(ISpellCheckEngine) Method (SpellCheckManager)
    In This Topic
    Enables the specified spell check engine.
    Syntax
    'Declaration
    
    Public Overridable Sub EnableEngine( _
    ByVal engine
    The spell chek engine to enable.
    As ISpellCheckEngine _
    )
    public virtual void EnableEngine(
    ISpellCheckEngine engine
    )
    public: virtual void EnableEngine(
    ISpellCheckEngine* engine
    )
    public:
    virtual void EnableEngine(
    ISpellCheckEngine^ engine
    )

    Parameters

    engine
    The spell chek engine to enable.
    Exceptions
    ExceptionDescription
    Thrown if engine is null.
    Thrown if SpellCheckManager.Engines is null.
    Thrown if engine if not found in SpellCheckManager.Engines.
    Requirements

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

    See Also