ImageGear .NET - Updated
EvaluationMode Enumeration




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace : EvaluationMode Enumeration
The evaluation choice of the component.
Syntax
'Declaration
 
<ObsoleteAttribute("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")>
Public Enum EvaluationMode 
   Inherits System.Enum
'Usage
 
Dim instance As EvaluationMode
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum EvaluationMode : System.Enum 
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
__value public enum EvaluationMode : public System.Enum 
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
public enum class EvaluationMode : public System.Enum 
Members
MemberDescription
Timeout 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.
TrialDialog 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.
WatermarkWatermark 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
         ImageGear.Barcode.EvaluationMode

See Also

Reference

ImageGear.Barcode Namespace