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

    Parameters

    engine
    The spell chek engine to disable.
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also