Printer Object
 
Syntax
 
Printer.CurrentX = varValue
 
Description
Returns or sets the horizontal position of the cursor, in twips from the left of the page.
 
As text is printed, the CurrentX and CurrentY properties change to reflect the new cursor position. You may modify these properties directly if you want to set the cursor at a specific position on the page.
 
You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips.
 
See Also
Example