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

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

    Parameters

    str
    The serialized data string.
    See Also