PrintONElabelX:
object.PrintONElabelX (LabelNumber As Integer, TopMargin As Double,
SideMargin As Double, VertPitch As Double, HorPitch As Double, _
Height As Double, Width As Double, NumberAcross As Integer,
NumberDown As Integer, Text1 As String, Optional Text2 As String,
Optional text3 As String, Optional text4 As String, Optional
text5 As String, Optional text6 As String, _
Optional text7 As String, Optional text8 As String, Optional
text9 As String, Optional text10 As String, Optional text11 As
String, Optional text12 As String)
This method requires one string and can have up to 12 strings.
This method will print only one label (not
listed) at the position specified by LabelNumber. You must
specify the dimensions.
See figure1
example:
object.FontStyle = fNORMAL
object.Grid = True
object.PrintONElabelX 5, 0.5, 1.34, 0.67, 5.81,
0.67, 5.81, 1, 15, "Hello"
Label dimensions
