Initializes the LEADTOOLS WinRT class library for use.
public static void Initialize()
Public Shared Sub Initialize()
public static void Initialize()
public static void initialize(Context context)
function Leadtools.RasterSupport.Initialize()
public:
static void Initialize();
If you set a valid runtime license for your application using SetLicense, then you do not need to call this static method.
If you do not set a valid runtime license for your application using SetLicense, then you must call this static method prior to using any other LEADTOOLS functionality. This method must be called from the main / UI thread of your application. Failure to call this method as described above will cause other LEADTOOLS methods to throw a Kernel Expired exception or behave in an undefined manner.
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