Printer Object
 
Syntax
 
ReturnValue = Printer.X1
 
Description
Returns or sets the left coordinate of the rectangle used with the Draw property.
 
The X1, Y1, X2, and Y2 properties are used with other properties and methods:
1) They define a rectangle used to position and size objects drawn with the Draw 
    and Picture properties.
2) They return a bounding box for elements measured with the CalcParagraph,
    CalcPicture, CalcTable, CalcText, and CalcTextRTF properties.
 
In all cases, the coordinates used have their origin at the top left corner of the page. All values are returned in twips. When setting them, the default unit is also twips, but you may specify different units if you want.
 
See Also
X2, Y1, Y2.
Example