Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / DebugLogFile Property
In This Topic
    DebugLogFile Property
    In This Topic
    Description
    Contains the full path name of the log file.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property DebugLogFile As String
    Return Type
    A string which represents the name and directory of the debug log file.
    Remarks

    This property allows you to control the location of the debug log file.

    Valid value: Any valid filename.

    Default value: "%TEMP%\BarcodeXpress12.log"

    Note: This property will have no effect if you set the Debug property to false.

    See Also