SetTag(int,MedicalViewerTagAlignment,MedicalViewerTagType) Method

Summary

Adds a tag (overlay text) to the cell.

Syntax
C#
VB
C++
  
Public Overloads Sub SetTag( _ 
   ByVal row As Integer, _ 
   ByVal position As MedicalViewerTagAlignment, _ 
   ByVal type As MedicalViewerTagType _ 
)  
            public: 
void SetTag(  
   int row, 
   MedicalViewerTagAlignment position, 
   MedicalViewerTagType type 
)  

Parameters

row
The line at which the overlay text will be drawn.

position
The row parameter alignment.

type
The type of the tag.

Remarks
  • The tag placement works by dividing the cell into rows (almost 30 rows) and 8 different alignments. For example:
    • If row is set to 3 and position to TopLeft, then the text will be placed at the 3rd row from the top of the cell, on the left side.
    • If row is set to 3 and position to BottomRight, then the text will be placed at the 3rd row from the bottom of the cell, on the right side.
    • If position is set to TopCenter, BottomCenter, CenterLeft, CenterRight, then row will not be used.
  • For more information, refer to Working With Annotations.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

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