←Select platform

DicomEngine Class

Summary

Provides the functionality required for initializing and freeing the data used by the LEADTOOLS DICOM .NET Class Library.

Syntax
C#
VB
C++
Java
public sealed class DicomEngine 
Public NotInheritable Class DicomEngine  
public class DicomEngine  
public ref class DicomEngine sealed  

Remarks

To begin using the LEADTOOLS DICOM .NET Class Library, the user must initialize the data required by the library. The data is initialized by calling the Startup method.

Once the Startup method has been called, you can use the different features exposed by the library.

When the LEADTOOLS DICOM .NET Class Library is no longer to be used, the user must free the data associated with the library by calling Shutdown.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly