Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Code39 Class / Code39 Constructor / Code39 Constructor(String)
ASCII settings


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

    Parameters

    str
    ASCII settings
    See Also