Code39 Constructor(String)
In This Topic
Creates a new Code39 barcode with the specified ASCII settings.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim str As String
Dim instance As New Code39(str)
Parameters
- str
- ASCII settings
See Also