IsDebuggingEnabled Property (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.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5