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




Gets or sets a value indicating whether the toolkit writes information to a debug log file.

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(True)>
Public Property Debug As Boolean
Visual Basic (Usage) Copy Code
Dim instance As MicrXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
C#  
[BrowsableAttribute(true)]
public bool Debug {get; set;}
Managed Extensions for C++  
[BrowsableAttribute(true)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
C++/CLI  
[BrowsableAttribute(true)]
public:
property bool Debug {
   bool get();
   void set (boolvalue);
}

Remarks

The default value is false.

This property allows you to turn the debug log file on or off without changing any of the other debug settings. When this is true, the toolkit will write items to the debug log file, as specified by the DebugLogFile and ErrorLevel properties.

See Also


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