Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DICOMTags Constructor()
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > DICOMTags Class > DICOMTags Constructor : DICOMTags Constructor()



Initializes a new instance of the DICOMTags class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New DICOMTags()
C# 
public DICOMTags()
C++/CLI 
public:
DICOMTags();

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also