Gets the status of the LEADTOOLS Config License.
public static RasterExceptionCode ConfigLicenseStatus { get; }
Public Shared ReadOnly Property ConfigLicenseStatus As Leadtools.RasterExceptionCode
public:
static property Leadtools.RasterExceptionCode ConfigLicenseStatus {
Leadtools.RasterExceptionCode get();
}
A RasterExceptionCode value that indicates whether a valid license is found and set. If the license is found and set it returns Success. Otherwise, it will return an error, typically InvalidParameter.
Check this property to determine the status of the LEADTOOLS Runtime License that was set in the LEADTOOLS Config License.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET