BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / PDF417Options Class / PDF417Options Constructor / PDF417Options Constructor(String)
The serialized data string.

In This Topic
    PDF417Options Constructor(String)
    In This Topic
    Initializes a new instance of the PDF417 class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal str As String _
    )
    public PDF417Options( 
       string str
    )

    Parameters

    str
    The serialized data string.
    See Also