Visual Basic
C#
Managed Extensions for C++
C++/CLI
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when required argument value is null. |
System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
System.ComponentModel.InvalidEnumArgumentException | Thrown when argument enum value is invalid. |
System.InvalidOperationException | Thrown when method cannot operate correctly. |
ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
ScanFixException | Thrown when operation failed. |
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.