Accusoft.BarcodeXpress9.Net
Debug Property
See Also  Example Send Feedback
Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : Debug Property




Glossary Item Box

Gets and sets an indicator which determines if the component writes information to a DebugLogFile or not.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A boolean value which is true if the component writes data to a debug log file. Otherwise, false is returned.

Remarks

This method allows you to turn the debug log file on or off without changing any of the other debug settings. When this value is true , the component will write items to the debug log file, as specified by the DebugLogFile.

The default value is false.

Example

C#Copy Code
...
// Set Debug to true for logging to be performed
bcXpress.Debug = true;
...

See Also

©2013. Accusoft Corporation. All Rights Reserved.