LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Initialize Method






Initializes the LEADTOOLS WinRT class library for use. .NET support WinRT support
Syntax
public static void Initialize()
'Declaration
 
Public Shared Sub Initialize() 
'Usage
 
RasterSupport.Initialize()
public static void Initialize()
 function Leadtools.RasterSupport.Initialize()
public:
static void Initialize(); 
Remarks

If you set a valid runtime license for your application using SetLicense(String,String), then you do not need to call this static method.

If you do not set a valid runtime license for your application using SetLicense(String,String), 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 cuase other LEADTOOLS methods to throw a Kernel Expired exception or behave in an undefined manner.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSupport Class
RasterSupport Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.