ShowUnicodeText
IPDFDocument4 :: Page Operations :: Text

See Also
Collapse All

This method draws a text line in a PDF document starting from the current text position.

Syntax

HRESULT ShowUnicodeText (
BSTR text
)
Parameters
text
Text string 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 starting from the current text position using the current font. When finished, the current text position moves to the end of the drawn text.

See the SetTextRise method for examples.

See Also

Reference