C1.Web.Mvc Namespace / RenderType Enumeration

RenderType Enumeration
Specifies the type of rendering for all type of Barcodes.
Syntax
'Declaration
 
Public Enum RenderType 
   Inherits 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