Description

Adds a Ean13 bar code object to the Group object and returns a New Ean13 object.

Syntax

Public Function AddEan13( _
   ByVal CodeValue As String, _
   ByVal X As Single, _
   ByVal Y As Single _
) As Ean13

Parameters

CodeValue
The value stored in the bar code.
X
The X Coordinate of the Ean13.
Y
The Y Coordinate of the Ean13.

Return Type

A Ean13 object.

See Also

Group Object