Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / MicroPDF417Options Class / MicroPDF417Options Constructor / MicroPDF417Options Constructor(String)
The serialized data string.

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

    Parameters

    str
    The serialized data string.
    See Also