ComponentOne BarCode for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / CodeType Property

In This Topic
    CodeType Property
    In This Topic
    Gets or sets the type of encoding to use when generating the barcode image.
    Syntax
    'Declaration
     
    Public Property CodeType As WijmoCodeTypeEnum
    public WijmoCodeTypeEnum CodeType {get; set;}
    See Also