Gets or sets a value indicating the level of detail that will be written to the debug log file for any SmartZoneOcr component created by the
Processor.
Syntax
public ErrorLevel SmartZoneOcrErrorLevel {get; set;}
public: __property ErrorLevel get_SmartZoneOcrErrorLevel();
public: __property void set_SmartZoneOcrErrorLevel(
ErrorLevel value
);
'Declaration
Public Property SmartZoneOcrErrorLevel As ErrorLevel
'Usage
Dim instance As DebugOptions
Dim value As ErrorLevel
instance.SmartZoneOcrErrorLevel = value
value = instance.SmartZoneOcrErrorLevel
See Also