OverlayTags Property

Summary

Gets the overlay collection displayed on the Leadtools.MedicalViewer.MedicalViewerCell object when a series is loaded.

Syntax
C#
VB
C++
public OverlayTagCollection OverlayTags { get; } 
  
Public ReadOnly Property OverlayTags As OverlayTagCollection 
public: 
property OverlayTagCollection^ OverlayTags { 
   OverlayTagCollection^ get(); 
} 

Property Value

The overlay collection displayed on the Leadtools.MedicalViewer.MedicalViewerCell when a series is loaded.

Remarks

Modify this collection to change the default Overlay Tags displayed on the Leadtools.MedicalViewer.MedicalViewerCell. You can add/remove from the collection or change the OverlayTag position.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly