VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / TwainEnvironment Class / IsDebuggingEnabled Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    IsDebuggingEnabled Свойство (TwainEnvironment)
    В этом разделе
    Gets a value indicating whether the debug information is written to log-file.
    Синтаксис
    '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.
    Ремарки

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

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также