OverlayTag Constructor(long,string,MedicalViewerTagAlignment,int,bool)

Summary

Initializes a new instance of the OverlayTag class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal tag As Long, _ 
   ByVal formatString As String, _ 
   ByVal position As MedicalViewerTagAlignment, _ 
   ByVal row As Integer, _ 
   ByVal generalTag As Boolean _ 
) 
public: 
OverlayTag(  
   int64 tag, 
   String^ formatString, 
   MedicalViewerTagAlignment position, 
   int row, 
   bool generalTag 
) 

Parameters

tag
The Tag value.

formatString
The format System.String of the displayed value.

position
The Tag's Position within the Leadtools.MedicalViewer.MedicalViewerCell.

row
The index of the row for the displayed Tag.

generalTag
Indicate whether this OverlayTag is a general tag for the whole series or specific to the image.

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