FormFix v6.0 for .NET - 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
'Declaration
 
Public Property Debug As Boolean
'Usage
 
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

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