PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TagStringInputParams Class / TagStringInputParams Constructor / TagStringInputParams Constructor(Int32)
The maximum length of the input string.

In This Topic
    TagStringInputParams Constructor(Int32)
    In This Topic
    Initializes a new instance of the TagStringInputParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal maxLength As Integer _
    )
    public TagStringInputParams( 
       int maxLength
    )

    Parameters

    maxLength
    The maximum length of the input string.
    See Also