public HPDF_STATUS moveTextPos(
float x,
float y,
bool setLeading = false)
Changes the current text position, using the specified offset values. If the current text position is (x1, y1), the new text position will be (x1 + x, y1 + y).
Parameters
, y = The offset to new text position.
Graphics Mode
Before and after - GMode.textObject.