VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImagingEnvironment Class / DisableDebugging() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DisableDebugging() Method (ImagingEnvironment)
    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also