ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MicroPdf417 Class / MicroPdf417 Constructor
The html helper
The selector






In This Topic
    MicroPdf417 Constructor
    In This Topic
    Creates one MicroPdf417 instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, _
       Optional ByVal selector As System.String _
    )
    'Usage
     
    
    Dim helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
    Dim selector As System.String
     
    Dim instance As New MicroPdf417(helper, selector)
    public MicroPdf417( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper helper,
       System.string selector
    )
    public MicroPdf417( 
        helper: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper;
        selector: System.String
    ); 
    public function MicroPdf417( 
       helper : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,
       selector : System.String
    );
    public: MicroPdf417( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper* helper,
       System.string* selector
    )
    public:
    MicroPdf417( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^ helper,
       System.String^ selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also