Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")> Public Shared Sub Startup() |
Visual Basic (Usage) | Copy Code |
---|---|
RasterCodecs.Startup() |
C# | |
---|---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")] public static void Startup() |
C++/CLI | |
---|---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")] public: static void Startup(); |
Note: This method is obsolete and should no longer be used. You can use the RasterCodecs object without calling Startup or Shutdown.
This static (shared) method must be called before using other members of the Leadtools.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
- Install them in the Global Assembly Cache (GAC). For more information on this method, refer to the The Microsoft Gacutil Tool.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)