Inesoft PrintCE SDK EVC++
prnDrawTextFlow

This function flows a text on the page.

int prnDrawTextFlow(
    LPCTSTR
lpString,
    double
x,
    double
y,
    double
width,
    double 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.