Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Licensing Class / EvaluationMode Property




In This Topic
    EvaluationMode Property
    In This Topic
    Indicates the way in which this component is limited in evaluation mode.
    Syntax
    'Declaration
     
    Public Property EvaluationMode As EvaluationMode
    'Usage
     
    Dim instance As Licensing
    Dim value As EvaluationMode
     
    instance.EvaluationMode = value
     
    value = instance.EvaluationMode
    public EvaluationMode EvaluationMode {get; set;}
    public: __property EvaluationMode get_EvaluationMode();
    public: __property void set_EvaluationMode( 
       EvaluationMode value
    );
    public:
    property EvaluationMode EvaluationMode {
       EvaluationMode get();
       void set (    EvaluationMode value);
    }
    Remarks

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

    See Also