VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also