Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderBarCode Class / RenderBarCode Constructor / RenderBarCode Constructor(BarCodeEnum)
The barcode encoding type.

In This Topic
    RenderBarCode Constructor(BarCodeEnum)
    In This Topic
    Initializes a new instance of the RenderBarCode class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal codeType As BarCodeEnum _
    )
    public RenderBarCode( 
       BarCodeEnum codeType
    )

    Parameters

    codeType
    The barcode encoding type.
    See Also