Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class DicomEngine |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEngine |
C# | |
---|---|
public sealed class DicomEngine |
C++/CLI | |
---|---|
public ref class DicomEngine sealed |
For an example, refer to DicomDataSet.SetIntValue.
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.
System.Object
Leadtools.Dicom.DicomEngine
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)