PDFPAGE_UnicodeTextShow
IPDFDocument3 :: PDF page methods

See Also
Collapse All

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

Syntax

HRESULT PDFPAGE_UnicodeTextShow (
BSTR text
)
Parameters
text
Unicode 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 and using the current font. Then current text position moves to the end of the drawn text.

Equivalent in new interface: IPDFDocument4::ShowUnicodeText.

See Also

Reference