←Select platform

IsEval Property

Summary

Gets a value that indicates whether the LEADTOOLS Runtime License is Evaluation.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public bool IsEval { get; set; } 
  
<DataMemberAttribute()> 
Public Property IsEval As Boolean 
[DataMemberAttribute()] 
public: 
property bool IsEval { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the license is Evaluation; false if the license is Release.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly