Accusoft.SmartZoneOCR5.Net - Updated
DebugLogFile Property






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : DebugLogFile Property
Gets and sets the filename of the debug log.
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property DebugLogFile As System.String
'Usage
 
Dim instance As SmartZoneOCR
Dim value As System.String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public System.string DebugLogFile {get; set;}
public read-write property DebugLogFile: System.String; 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.BrowsableAttribute()
public function get,set DebugLogFile : System.String
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public: __property System.string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   System.string* value
);
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public:
property System.String^ DebugLogFile {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks

Valid value: Any valid filename.

Default value: "SmartZoneOCR.Net.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

Reference

SmartZoneOCR Class
SmartZoneOCR Members