Page.showText

Prints the text at the current position on the page.

class Page
showText
(
string text
)

Parameters

text string

The text to print.

Return Value

Returns HPDF_OK on success. Otherwise, returns error code and error-handler is invoked.

Graphics Mode
Before and after
GMode.textObject

Meta