Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / EvaluationMode Enumeration




In This Topic
    EvaluationMode Enumeration
    In This Topic
    The evaluation choice of the component.
    Syntax
    'Declaration
     
    Public Enum EvaluationMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As EvaluationMode
    public enum EvaluationMode : System.Enum 
    __value public enum EvaluationMode : public System.Enum 
    public enum class EvaluationMode : public System.Enum 
    Members
    MemberValueDescription
    Timeout1 Timeout evaluation mode. When running in evaluation mode, this component will timeout after 5 minutes instead of displaying the evaluation mode dialog box. This is the appropriate evaluation mode for applications that have no user interface.
    TrialDialog0 Automatic evaluation mode. When possible, this component will automatically detect that it is running without a user interface and switch to another evaluation mode. Otherwise, it will display the evaluation mode dialog box.
    Watermark2Watermark evaluation mode. When running in evaluation mode, this component will insert the string "UNLICENSED accusoft.com" into the barcode value. This is an appropriate evaluation mode for applications that have no user interface.
    Remarks

    This enumeration has been deprecated. Barcode Xpress automatically runs in Watermark evaluation mode without an installed license.

    To simplify your evaluation of this component, Accusoft has implemented an evaluation mode. Normally, this mode will display a dialog box reminding you that you are using evaluation mode. In certain environments with no user interface, such as services, displaying a dialog box will cause the application to stop and you must change the evaluation mode to avoid that problem.

    Note: In addition to a dialog box displaying while using the trial version, Barcode Xpress will randomly insert "UNLICENSED accusoft.com" into the data stream of created DataMatrix and PDF417 barcodes.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.BarcodeXpressSdk.EvaluationMode

    See Also