Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Startup Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : Startup Method




Initializes the required data to start the LEADTOOLS I/O Library.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Startup() 
Visual Basic (Usage)Copy Code
RasterCodecs.Startup()
C# 
public static void Startup()
Managed Extensions for C++ 
public: static void Startup(); 
C++/CLI 
public:
static void Startup(); 

Example

For an example, refer to RasterCodecs.

Remarks

This static (shared) method must be called before using other members of the Codecs namespace. This usually occurs at the start of your application.

Be sure that the DLLs in the LEADTOOLS I/O Library are available to your application. There are two ways of doing this:

  • Install the DLLs in the application's directory

OR

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also