Inesoft PrintCE SDK .NET
PrintCE::DrawTextFlow Method

Flows text on the page.

C# Syntax: int value = object.DrawTextFlow(string lpString, double x, double y, double width, double height);
VB Syntax: Dim
value As Int32 = object.DrawTextFlow(ByVal lpString As String, ByVal x As Double, ByVal y As Double, ByVal width As Double, ByVal height As Double)

Parameters

lpString

Pointer to the string to draw.

 

x,y,width,height

Defines a "drawing box" within which the text will be flowed on the page.

Return Values

Returns number of characters printed.

Remarks

Coordinates are set in the current measurement units (please refer to MeasureUnit property)



© 2009 Inesoft. All rights reserved.