Accusoft Pegasus
Accusoft.MicrXpress1.Net
DebugLogFile Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > MicrXpress Class : DebugLogFile Property




Gets or sets the filename of the debug log file.

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(True)>
Public Property DebugLogFile As String
Visual Basic (Usage) Copy Code
Dim instance As MicrXpress
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
C#  
[BrowsableAttribute(true)]
public string DebugLogFile {get; set;}
Managed Extensions for C++  
[BrowsableAttribute(true)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
C++/CLI  
[BrowsableAttribute(true)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (String^value);
}

Remarks

Valid values: Any valid filename.

The default value is "TEMP\MicrXpress1.log".

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

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

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.