Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / PDF417 Class / PDF417 Constructor / PDF417 Constructor(String)
Input value


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

    Parameters

    str
    Input value
    See Also