ShowUnicodeTextLines
IPDFDocument4 :: Page Operations :: Text

See Also
Collapse All

This method draws wrapped text bounded by a rectangle.

Syntax

LONG ShowUnicodeTextLines (
FLOAT left,
FLOAT top,
FLOAT right,
FLOAT bottom,
FLOAT interval,
TextAlign align,
VerticalAlign verticalAlign,
BSTR text
)
Parameters
left
X coordinate of the top-left corner of the bounding rectangle

top
Y coordinate of the top-left corner of the bounding rectangle

right
X coordinate of the right-bottom corner of the bounding rectangle

bottom
Y coordinate of the right-bottom corner of the bounding rectangle

interval
Space between text lines when wrapped

align
Horizontal alignment

verticalAlign
Vertical alignment

text
Text string to be displayed

Return value
The number of characters shown.

Remarks

This method draws a unicode text line inside the bounding rectangle with left-top and right-bottom corners, with the specified horizontal and vertical justifications, and with the interval value.

See the ShowTextLines method for examples.

See Also

Reference