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
Member | Description |
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.
|
Watermark | Watermark 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. |
Inheritance Hierarchy
See Also