www.gnostice.com 

TextOutC Method

Top  Previous  Next

The TextOutC method writes a character string at the specified location, using the currently selected font, background color, and text color.

 

 

 

 

Syntax

 

 

[VC++]

unsigned long GetTextColor();

 

[C#]

public abstract new void TextOutC ( System.Int32 ColumnNo , System.String Text )

 

[VB]

Sub TextOutC(ColumnNo As Long, Text As String)

 

 

 

 

 

 

Parameters

 

 

Text

Specifies the character string for which the text is determined.

 

 

 

 

Return Value

 

 

Remaining space on the page is returned.

 

 

 

 

Remarks

 

 

Places a line of text on the image. Call TextOut with only the string parameter to place text as paragraph. This method should be called between calls to BeginPara and EndPara.

 

 

 

 

See Also

 

 

BeginTable