Accusoft.Forms1 - Updated
BarcodeXpressErrorLevel Property



Accusoft.Forms Namespace > DebugOptions Class : BarcodeXpressErrorLevel Property
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
Public Property BarcodeXpressErrorLevel As ErrorLevel
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

Reference

DebugOptions Class
DebugOptions Members