PDFPAGE_UnicodeTextOut
IPDFDocument3 :: PDF page methods

See Also
Collapse All

This method draws unicode text in a PDF document.

Syntax

HRESULT PDFPAGE_UnicodeTextOut (
DOUBLE x,
DOUBLE y,
DOUBLE orientation,
BSTR text
)
Parameters
x
X coordinate of the text position

y
Y coordinate of the text position

orientation
Angle of the text

text
Unicode text to be displayed

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

This method draws a unicode text string (using the current font) starting at location (x, y) and at angle orientation (in degrees).

Equivalent in new interface: IPDFDocument4::ShowUnicodeTextAt.

See Also

Reference