AccusoftPrintPro8 ActiveX DLL > PrintPro Object : CurrentY Property |
Gets or sets the vertical coordinate for the next printing or drawing method.
Visual Basic |
---|
Public Property CurrentY As Single |
Not available at design time. Coordinates are measured from the upper-left corner of an object. Initially, the CurrentY property setting is 0 at its top edge. Coordinates are expressed in twips, or the current unit of measurement defined by the ScaleMode property.
When you use the following text and graphics methods, the CurrentX and CurrentY settings are changed as indicated:
PrintText — The next print position if the AddCR property is False or Margin and the next line if the AddCR property is True.