IsEval Property
Summary
Gets a value that indicates whether the LEADTOOLS Runtime License is Evaluation.
Syntax
[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.