alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum BarcodeType

    Represents the type of barcode to be generated.

    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum BarcodeType
    Examples
    <SfBarcodeGenerator Width="200" Height="150" Value="65213323" Type="BarcodeType.Code11" >
    </SfBarcodeGenerator>

    Fields

    Name Description
    Codabar

    Generate the Codabar type barcode.

    Code11

    Generate the Code128type barcode.

    Code128

    Generate the Code128type barcode.

    Code128A

    Generate the Code128A type barcode.

    Code128B

    Generate the Code128B type barcode.

    Code128C

    Generate the Code128C type barcode.

    Code32

    Generate the Code32 type barcode.

    Code39

    Generate the Code39 type barcode.

    Code39Extension

    Generate the Code39Extension type barcode.

    Code93

    Generate the Code93 type barcode.

    Code93Extension

    Generate the Code39Extension type barcode.

    Ean13

    Generate the Ean13 type barcode.

    Ean8

    Generate the Ean8 type barcode.

    UpcA

    Generate the UpcA type barcode.

    UpcE

    Generate the UpcE type barcode.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved