PDF Creator Pilot documentation |
Download CHM version of this manual. |
|
![]() ![]() Collapse AllThis method draws a text line in a PDF document starting from the current text position.
|
| HRESULT ShowText ( 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 an ASCII 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


