Inesoft
PrintCE SDK EVC++ |
C++ Syntax: long value = object.DrawTextFlow (
LPCTSTR lpString,
double x,
double y,
double width,
double height
);
eVB Syntax: value = object.DrawTextFlow (
lpString,
x,
y,
width,
height
)Parameters
lpszString
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.