VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneEnvironment Class / DisableDebugging() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DisableDebugging() Method (SaneEnvironment)
    In This Topic
    Disables the debugging.
    Syntax
    'Declaration
    
    Public Shared Sub DisableDebugging()
    
    
    public static void DisableDebugging()
    
    
    public: static void DisableDebugging()
    
    
    public:
    static void DisableDebugging()
    Remarks

    Stream is not closed when debugging is disabled if stream is used as a source of log-file.

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also