PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TagListInputParamsItem Class / TagListInputParamsItem Constructor
The item name.
The item value.

In This Topic
    TagListInputParamsItem Constructor
    In This Topic
    Initializes a new instance of the TagListInputParamsItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As Object _
    )
    public TagListInputParamsItem( 
       string name,
       object value
    )

    Parameters

    name
    The item name.
    value
    The item value.
    See Also