LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
OverlayTags Property
See Also 
Leadtools.Dicom.Web Namespace > ObjectTags Class : OverlayTags Property



Gets or sets the DICOM Instance information.

Syntax

Visual Basic (Declaration) 
Public Property OverlayTags As DICOMTags()
Visual Basic (Usage)Copy Code
Dim instance As ObjectTags
Dim value() As DICOMTags
 
instance.OverlayTags = value
 
value = instance.OverlayTags
C# 
public DICOMTags[] OverlayTags {get; set;}
C++/CLI 
public:
property array<DICOMTags^>^ OverlayTags {
   array<DICOMTags^>^ get();
   void set (    array<DICOMTags^>^ value);
}

Property Value

An array of DICOMTags which contains the DICOM information which can be identified by their DICOM DICOMTags.Tag value

Requirements

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

See Also