ScanFix Xpress v9.0 for .NET - Updated
DebugLogFile Property




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : DebugLogFile Property
Gets and sets the debug log file name.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As ScanFix
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public string DebugLogFile {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when method cannot operate correctly.
Thrown when image type is unsupported.
Thrown 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

Reference

ScanFix Class
ScanFix Members

Is this page helpful?
Yes No
Thanks for your feedback.