Description

Adds the Ean13, 2 digit supplement bar code object to the TransparencyGroup object and returns a New Ean13Sup2 object.

Syntax

Public Function AddEan13Sup2( _
   ByVal CodeValue As String, _
   ByVal X As Single, _
   ByVal Y As Single _
) As Ean13Sup2

Parameters

CodeValue
The value stored in the bar code.
X
The X Coordinate of the Ean13, 2 digit supplement bar code.
Y
The Y Coordinate of the Ean13, 2 digit supplement bar code.

Return Type

A Ean13Sup2 object.

See Also

TransparencyGroup Object