| Top Previous Next |
|
The TextOut method writes a string at the specified location, using the currently selected font, background color, and text color.
Syntax
Parameters
Text Specifies the string for which the text height is determined.
Return Value
Remaining space on the page is returned.
Remarks
This method should be called between calls to BeginPara and EndPara.
|