←Select platform

OverlayTags Property

Summary

Gets or sets the DICOM Instance information.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public List<DICOMTags> OverlayTags { get; set; } 
  
Public Property OverlayTags As List(Of DICOMTags) 
public: 
property List<DICOMTags^>^ OverlayTags { 
   List<DICOMTags^>^ get(); 
   void set (    List<DICOMTags^>^ ); 
} 

Property Value

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

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.Services Assembly