VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainEnvironment Class / IsDebuggingEnabled Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IsDebuggingEnabled Property (TwainEnvironment)
    In This Topic
    Gets a value indicating whether the debug information is written to log-file.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property IsDebuggingEnabled As Boolean
    
    
    public static bool IsDebuggingEnabled { get; }
    
    
    public: __property static bool get_IsDebuggingEnabled();
    
    
    
    public:
    static property bool IsDebuggingEnabled { bool get(); }

    Property Value

    true - debug information is written to log-file; false - debug information is not written to log-file.
    Default value is false.
    Remarks

    Enable debugging only this is really necessary because debugging can decrease working speed of your application.

    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