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