Accusoft.ScanFixXpress7.Net
DebugLogFile Property
See Also  Send Feedback
Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : DebugLogFile Property




Glossary Item Box

Gets and sets the debug log file name.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.

Remarks

This property allows you to control the location and name of the debug log file.

The default value is "[Temp Files]\ScanFix6.log". If the ScanFix component is being run inside a web browser then the default value cannot be changed.

Valid values are any valid filename and path.

The default value for this property is suitable for interactive use. If you are using the component in a service or other type of system that runs in the background, you should set the filename to a more suitable value.

Note: This property will have no effect if you set the Debug property to false.

See Also

©2012. Accusoft Corporation. All Rights Reserved.