LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OverlayTag Constructor(Int64,String,MedicalViewerTagAlignment,Int32,Boolean)
See Also 
Leadtools.Medical.Workstation.Loader Namespace > OverlayTag Class > OverlayTag Constructor : OverlayTag Constructor(Int64,String,MedicalViewerTagAlignment,Int32,Boolean)



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.
Initializes a new instance of the OverlayTag class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal tag As Long, _
   ByVal formatString As String, _
   ByVal position As MedicalViewerTagAlignment, _
   ByVal row As Integer, _
   ByVal generalTag As Boolean _
)
Visual Basic (Usage)Copy Code
Dim tag As Long
Dim formatString As String
Dim position As MedicalViewerTagAlignment
Dim row As Integer
Dim generalTag As Boolean
 
Dim instance As New OverlayTag(tag, formatString, position, row, generalTag)
C# 
public OverlayTag( 
   long tag,
   string formatString,
   MedicalViewerTagAlignment position,
   int row,
   bool generalTag
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features