FormSuite v6.0 - Updated
SmartZoneIcrErrorLevel Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > DebugOptions Class : SmartZoneIcrErrorLevel Property
Gets or sets a value indicating the level of detail that will be written to the debug log file for any SmartZoneIcr component created by the Processor.
Syntax
'Declaration
 
Public Property SmartZoneIcrErrorLevel As ErrorLevel
'Usage
 
Dim instance As DebugOptions
Dim value As ErrorLevel
 
instance.SmartZoneIcrErrorLevel = value
 
value = instance.SmartZoneIcrErrorLevel
public ErrorLevel SmartZoneIcrErrorLevel {get; set;}
public: __property ErrorLevel get_SmartZoneIcrErrorLevel();
public: __property void set_SmartZoneIcrErrorLevel( 
   ErrorLevel value
);
public:
property ErrorLevel SmartZoneIcrErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
See Also

Reference

DebugOptions Class
DebugOptions Members

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