Description
Adds a Ean8, 5 digit supplement bar code object to the AreaGroup object and returns a New Ean8Sup5 object.
Syntax
Public Function AddEan8Sup5( _
ByVal CodeValue As String, _
ByVal X As Single, _
ByVal Y As Single _
) As Ean8Sup5Parameters
- CodeValue
- The value stored in the bar code.
- X
- The X Coordinate of the Ean8, 5 digit supplement bar code.
- Y
- The Y Coordinate of the Ean8, 5 digit supplement bar code.
Return Type
A Ean8Sup5 object.
Example
[ASP - VBScript]
<% |

