Name
page:GetCurrentTextPos -- get current text position
Synopsis
x, y = page:GetCurrentTextPos()
Function
page:GetCurrentTextPos() gets the current position for drawing text.

An application can invoke page:GetCurrentTextPos() only when graphics mode is #HPDF_GMODE_TEXT_OBJECT.

Inputs
none

Results
x
current x position
y
current y position

Show TOC