Accusoft.PrintPro8.Net
Text(String) Method




A string value which represents the text to output.
Draws the specified text string.
Syntax
'Declaration
 
Public Overloads Sub Text( _
   ByVal drawText As String _
) 
'Usage
 
Dim instance As Draw
Dim drawText As String
 
instance.Text(drawText)
public void Text( 
   string drawText
)
public: void Text( 
   string* drawText
) 
public:
void Text( 
   String^ drawText
) 

Parameters

drawText
A string value which represents the text to output.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback