SmartZone v6.1 for .NET - Updated
ErrorLevel Property (SmartZoneOCR)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : ErrorLevel Property
Gets and set the error level of items that the toolkit should write to the debug log.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ErrorLevel As ErrorLevelInfo
'Usage
 
Dim instance As SmartZoneOCR
Dim value As ErrorLevelInfo
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ErrorLevelInfo ErrorLevel {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property ErrorLevelInfo get_ErrorLevel();
public: __property void set_ErrorLevel( 
   ErrorLevelInfo value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property ErrorLevelInfo ErrorLevel {
   ErrorLevelInfo get();
   void set (    ErrorLevelInfo value);
}
Remarks

Valid values: Production, Development, and Detailed.

Default value: Production

This property allows you to control the amount of information that the toolkit places into a debug log file. Since it takes some amount of time to generate and write debug log items, you should set this to write the least amount of information that you will find useful.

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.