Accusoft.TwainPro9.Net
DebugLogFile Property




Gets or sets the filename of the debug log file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As TwainPro
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string DebugLogFile {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the full path and name of the debug log file.
Remarks

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

Valid value: Any valid filename.

Default value: "Temp\TwainPro9.log"

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

Example

...

// Set the DebugLogFile path and name

tp.DebugLogFile = "c:\logFile.txt";

...

See Also

Reference

TwainPro Class
TwainPro Members
Debug Property
ErrorLevel Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback