PrintLabel:

object.PrintLabel (ByVal UDT As Variant)

This method will print the contents of a user-defined type. User-defined data types can contain one or more elements of a data type, an array, or a previously defined user-defined type.

In this component there is a built-in user-defined type (UDT) called "info" which has
up to 15 members named info1, info2,..., info15 of data type string.

 

example:

object.LabelFont = "arial"
object.FontStyle = fITALIC
object.FontSize = 11
object.LabelCode = code5162_Address
object.Grid = True
object.PrintLabel infogen()

BACK