←Select platform

OverlayTag Constructor(long,string,MedicalViewerTagAlignment,int)

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 Leadtools.Medicalviewer.MedicalViewerTagAlignment, _ 
   ByVal row As Integer _ 
) 
public: 
OverlayTag(  
   int64 tag, 
   String^ formatString, 
   Leadtools.Medicalviewer.MedicalViewerTagAlignment position, 
   int row 
) 

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.

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.Medical.Workstation.Loader Assembly