Returns or sets whether enable the debug mode of Dynamic .NET TWAIN.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public short LogLevel { get; set; }
Visual Basic
Public Property LogLevel As Short
	Get
	Set
Visual C++
public:
property short LogLevel {
	short get ();
	void set (short value);
}

Remarks

The default value is 0. When the value i is set to 1, Dynamic .NET TWAIN will send all messages to an external Debugger tool for display. (eg. DgbView.exe)

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also