VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneEnvironment Class / IsDebuggingEnabled Property
Syntax Remarks Requirements SeeAlso
In This Topic
IsDebuggingEnabled Property (SaneEnvironment)
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

See Also