Accusoft.BarcodeXpress9.Net
EvaluationMode Enumeration
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace : EvaluationMode Enumeration




Glossary Item Box

The evaluation choice of the component.

Syntax

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

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

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

©2013. Accusoft Corporation. All Rights Reserved.