Description

Adds a Ean8 bar code object to the TransformationGroup object and returns a New Ean8 object.

Syntax

Public Function AddEan8( _
   ByVal CodeValue As String, _
   ByVal X As Single, _
   ByVal Y As Single _
) As Ean8

Parameters

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

Return Type

A Ean8 object.

See Also

TransformationGroup Object