Returns or sets whether enable the debug mode of Dynamic .NET TWAIN.
Namespace: Dynamsoft.DotNet.TWAINAssembly: 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
Exceptions
| Exception | Condition |
|---|
| 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