Overload | Description |
---|---|
SetTag(Int32,MedicalViewerTagAlignment,MedicalViewerTagType) | Adds a tag (overlay text) to the cell. |
SetTag(Int32,MedicalViewerTagAlignment,MedicalViewerTagType,String) | Adds a tag (overlay text) to the cell. |
For an example, refer to #ctor
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family