Accusoft.Forms1 - Updated
Debug Property (FormFix)



Accusoft.FormFixSdk Namespace > FormFix Class : Debug Property
Controls whether the toolkit writes information to a debug log file or not.
Syntax
Public Property Debug As Boolean
Dim instance As FormFix
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
public bool Debug {get; set;}
public:
property bool Debug {
   bool get();
   void set (    bool value);
}
Remarks

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.

Default value: false

See Also

Reference

FormFix Class
FormFix Members