C#
VB
Java
WinRT C#
C++
Gets an instance of the DicomEngine, which provides functionality for initializing the required data to start the LEADTOOLS DICOM .NET Class Library.
public static DicomEngine Instance { get; }
Public Shared ReadOnly Property Instance As Leadtools.Dicom.DicomEngine
public static Leadtools.Dicom.DicomEngine Instance {get;}
public DicomEngine getInstance()
get_Instance();
public:
static property Leadtools.Dicom.DicomEngine^ Instance {
Leadtools.Dicom.DicomEngine^ get();
}
An instance of the DicomEngine, which provides functionality for initializing the required data to start the LEADTOOLS DICOM .NET Class Library.
For an example, refer to SetIntValue.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET