SmartZone v7.2 - Updated
DebugLogFile Property (SmartZoneOCR)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : DebugLogFile Property
Gets and sets the filename of the debug log.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As SmartZoneOCR
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public string DebugLogFile {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}
Exceptions
ExceptionDescription
 
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

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