←Select platform

Instance Property

Summary

Gets an instance of the DicomEngine, which provides functionality for initializing the required data to start the LEADTOOLS DICOM .NET Class Library.

Syntax

C#
VB
Java
WinRT C#
C++
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(); 
} 

Property Value

An instance of the DicomEngine, which provides functionality for initializing the required data to start the LEADTOOLS DICOM .NET Class Library.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly