SetPos Method
Sets the position where the text will be drawn by the subsequent DrawText()  or OutText() method call.
Object.SetPos(tnXPos, tnYPos)
Parameters
tnXPos, tnYPos
 The X and Y (horizontal and vertical) coordinates of the position. The unit of the coordinates is defined by SetUnit() method, the default unit is Point (pt).