LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
TextDrawingOptions Constructor
See Also 
Leadtools.Dicom.Web Namespace > TextDrawingOptions Class : TextDrawingOptions Constructor



text
The text to be painted on the cell.
Initializes an new instance of the TextDrawingOptions class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New TextDrawingOptions(text)
C# 
public TextDrawingOptions( 
   string text
)
C++/CLI 
public:
TextDrawingOptions( 
   String^ text
)

Parameters

text
The text to be painted on the cell.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also