ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / RenderType Enumeration

In This Topic
    RenderType Enumeration
    In This Topic
    Specifies the type of rendering for all type of Barcodes.
    Syntax
    'Declaration
     
    Public Enum RenderType 
       Inherits System.Enum
    public enum RenderType : System.Enum 
    Members
    MemberDescription
    CanvasUses Canvas to render a barcode.
    SvgUses SVG to render a barcode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.RenderType

    See Also