BurnTag(RasterImage,int,MedicalViewerTagAlignment,string,Font,int,int) Method

Summary
Burns the tag onto the image with the specified parameters .
Syntax
C#
VB
C++
public static void BurnTag( 
   RasterImage image, 
   int row, 
   MedicalViewerTagAlignment alignment, 
   string text, 
   Font font, 
   int shadowColor, 
   int textColor 
) 
  
Public Overloads Shared Sub BurnTag( _ 
   ByVal image As RasterImage, _ 
   ByVal row As Integer, _ 
   ByVal alignment As MedicalViewerTagAlignment, _ 
   ByVal text As String, _ 
   ByVal font As Font, _ 
   ByVal shadowColor As Integer, _ 
   ByVal textColor As Integer _ 
)  
            public: 
static void BurnTag(  
   RasterImage^ image, 
   int row, 
   MedicalViewerTagAlignment alignment, 
   String^ text, 
   Font^ font, 
   int shadowColor, 
   int textColor 
)  

Parameters

image
The input image where the tag is going to be burn on.

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

alignment
An enumerated MedicalViewerTagAlignment value that represents the text alignment.

text
The user's text.

font
The font used for the text.

shadowColor
The color of the text.

textColor
The color of the text's shadow.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.