IsEval Property
Summary
Gets a value indicating whether the LEADTOOLS PACS Framework is in evaluation mode.
Syntax
public bool IsEval { get; }
Public ReadOnly Property IsEval As Boolean
public:
property bool IsEval {
bool get();
}
Property Value
true
if the framework is in evaluation mode, otherwise it is false
.