Accusoft.SmartZoneOCR5.Net - Updated
Debug Property






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : Debug Property
Gets and sets whether the toolkit writes information to a debug log file.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Debug As System.Boolean
'Usage
 
Dim instance As SmartZoneOCR
Dim value As System.Boolean
 
instance.Debug = value
 
value = instance.Debug
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.bool Debug {get; set;}
public read-write property Debug: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
public function get,set Debug : System.boolean
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property System.bool get_Debug();
public: __property void set_Debug( 
   System.bool value
);
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property System.bool Debug {
   System.bool get();
   void set (    System.bool value);
}
Remarks

Default value: 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

Reference

SmartZoneOCR Class
SmartZoneOCR Members