AccusoftPrintPro8 ActiveX DLL > PrintPro Object : CurrentX Property |
Returns or sets the horizontal coordinate for the next printing or drawing method.
Visual Basic |
---|
Public Property CurrentX As Single |
Not available at design time. Coordinates are measured from the upper-left corner of an object. Initially, the CurrentX property setting is 0 at a printer’s left 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:
DrawCurve — The end point of the curve.
DrawLine — The end point of the line.
EndPrintDoc — LMargin property, TMargin property.
NewPage — LMargin property, TMargin property.
PrintText — The next print position if the AddCR property is False or Margin and the next line if the AddCR property is True.